Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #32319
| From | Gelonida N <gelonida@gmail.com> |
|---|---|
| Subject | Re: SSH Connection with Python |
| Date | 2012-10-28 21:15 +0100 |
| References | <5089119A.2040902@globe.de> <CANy1k1gV4s8kg0qneZ-gvybiR_y4NwhH_2gR8cdKTmPi7DckWg@mail.gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.2977.1351455364.27098.python-list@python.org> (permalink) |
On 10/26/2012 05:22 AM, Jason Friedman wrote: >> 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. > Just a minor comment: The sh module looks intersting, but it's not supported for Windows platforms. Please note: I'm not the original poster, so perhaps this is no issue for him.
Back to comp.lang.python | Previous | Next — Next in thread | Find similar | Unroll thread
Re: SSH Connection with Python Gelonida N <gelonida@gmail.com> - 2012-10-28 21:15 +0100
Re: SSH Connection with Python Roy Smith <roy@panix.com> - 2012-10-29 09:10 -0400
Re: SSH Connection with Python Gelonida N <gelonida@gmail.com> - 2012-10-29 22:51 +0100
Re: SSH Connection with Python Roy Smith <roy@panix.com> - 2012-10-29 18:08 -0400
csiph-web