mac os iterm2 expect配置ssh自动登录

iterm2终端 iterm2无疑是mac上最出色的终端(之一), 具备高自由度的配置以及亮丽的配色.: https://www.iterm2.com/ 自动登录服务器web 1 #!/usr/bin/expect 2 3 set timeout 1 4 spawn ssh -p [lindex $argv 0] [lindex $argv 1]@[lindex $argv 2]
相关文章
相关标签/搜索