Script which ssh login without entering password

来源:互联网 发布:spc cloud软件下载 编辑:程序博客网 时间:2024/05/16 08:03

We can use :

(1) Perl Net::OpenSSH module

(2) Perl Expect module

(3) Python pexpect module


http://www.ibm.com/developerworks/cn/linux/l-cn-pexpect1/index.html

http://pexpect.sourceforge.net/pexpect.html