SSH Connection with Python 3.0

后端 未结 6 1411
余生分开走
余生分开走 2020-12-03 18:53

How can I make an SSH connection in Python 3.0? I want to save a file on a remote computer where I have password-less SSH set up.

6条回答
  •  难免孤独
    2020-12-03 19:18

    libssh2 works great for Python 3.x.
    See this Stack Overflow article How to send a file using scp using python 3.2?

提交回复
热议问题