Establishing connection SSH

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ajikoe@gmail.com

    #1

    Establishing connection SSH

    Hello all,

    I have one computer and 1 server.
    I have login and password.
    The only way I can connect to server is using SSH protocol.
    I usually use Winscp3 to connect to the server (by providing login and
    password).
    Now I would like to connect to the server directly using python code.
    How can I establish connection ?
    Can I run something in the server and take the result back?

    Sincerely Yours,
    Pujo

  • Grig Gheorghiu

    #2
    Re: Establishing connection SSH

    Try paramiko: http://www.lag.net/paramiko/

    Grig

    Comment

    Working...