Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #32189 > unrolled thread

Re: SSH Connection with Python

Started byJason Friedman <jason@powerpull.net>
First post2012-10-25 21:22 -0600
Last post2012-10-25 21:22 -0600
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  Re: SSH Connection with Python Jason Friedman <jason@powerpull.net> - 2012-10-25 21:22 -0600

#32189 — Re: SSH Connection with Python

FromJason Friedman <jason@powerpull.net>
Date2012-10-25 21:22 -0600
SubjectRe: SSH Connection with Python
Message-ID<mailman.2880.1351221763.27098.python-list@python.org>
> how can i create a SSH-Connection with python? I have to send some commands
> to the remote host and parse their answers.

Consider also the sh module:
http://amoffat.github.com/sh/tutorials/2-interacting_with_processes.html.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web