Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

python communicate to server using SSH

Status
Not open for further replies.

ajikoe

Programmer
Apr 16, 2004
71
ID
Hello,

how can python communicate with a server using SSH protocol?

Sincerely Yours,
Pujo Aji
 
Using the os.system() you can do almost anything you can do from the command line, including SSH commands.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top