How I built a SFTP service using Paramiko - Singapore Python User Group

preview_player
Показать описание
Speaker: Steve

Produced by Engineers.SG

Help us caption & translate this video!

Рекомендации по теме
Комментарии
Автор

Nice video. I have a question, I am using below code to connect to a server. The question is that what username and password do I have to enter in order to connect to that server? Do I have have to setup my self the username, the password, the key etc? If yes so where should I save them so that the server lets my connection to happen.
import paramiko
ssh = paramiko.SSHClient()

ssh.connect(ip, port=22, username, password)

arsalanahmad
join shbcf.ru