paramiko 遠程登陸

from paramiko import * hostname = 'ip' port = 22 username = 'root' password = 'xxxx' util.log_to_file('paramiko.log') s = SSHClient() s.load_system_host_keys() s.connect(hostname, port, username, pass
相關文章
相關標籤/搜索