mac os iterm2 expect配置ssh自动登陆
iterm2终端
iterm2无疑是mac上最出色的终端(之一), 具有高自由度的配置以及亮丽的配色.: https://www.iterm2.com/
自动登陆服务器
1 #!/usr/bin/expect
2
3 set timeout 1
4 spawn ssh -p [lindex $argv 0] [lindex $argv 1]@[lindex $argv 2...
原创
2018-09-03 19:35:24 ·
1149 阅读 ·
0 评论