当前位置: > Linux教程 > 系统运维 >

免输入密码,自动登录远程linux服务器

时间:2017-02-17 04:59来源:linux.it.net.cn 作者:IT
#!/usr/bin/expect
set timeout 30
spawn ssh -l dy 10.0.0.100
expect "password:"
send "mypassword\r"
interact

(责任编辑:IT)
------分隔线----------------------------
栏目列表
推荐内容