1、配置
vi ~/.ssh/config
内容如下:
Host *
ControlMaster auto
ControlPath ~/.ssh/master-%r@%h:%p
ControlPersist yes
ServerAliveInterval 60
学习:
ControlMaster
#连接共享
ControlPath#与ControlMaster一起使用,指定连接共享的路径
ControlPersist#与ControlMaster一起使用,在后台保持打开
ServerAliveInterval#与服务器通讯的时间间隔(秒)
2、如果希望新建tab就登录开发机,可以进行下面的配置
iTerm2 的设置界面 Perference-> Profiles