Feb 7, 2005 #1 ajikoe Programmer Joined Apr 16, 2004 Messages 71 Location ID Hello, how can python communicate with a server using SSH protocol? Sincerely Yours, Pujo Aji
Feb 13, 2005 #2 ZaSter Technical User Joined Dec 20, 2001 Messages 195 Location US Using the os.system() you can do almost anything you can do from the command line, including SSH commands. Upvote 0 Downvote
Using the os.system() you can do almost anything you can do from the command line, including SSH commands.