iTerm2使用Profiles自动登录

Posted 汉尼拔草

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了iTerm2使用Profiles自动登录相关的知识,希望对你有一定的参考价值。

http://blog.csdn.net/wandershi/article/details/75088310

 

 1.创建Profiles文件

cd ~/.ssh/iTerm2SSH/
vi 172.16.1.1


#!/usr/bin/expect
spawn ssh [email protected]172.16.1.1
expect "*password:"
send "123\r"
expect "*#"
interact

2.添加配置文件到iTerm2

iTerm2->Preferences->profile->

name: 172.16.1.1

Command->expect /Users/wangzhongkui/.ssh/iTermSSH/172.16.1.1

3.Profiles->172.16.1.1

以上是关于iTerm2使用Profiles自动登录的主要内容,如果未能解决你的问题,请参考以下文章

Mac下,使用sshpass让iterm2支持多ssh登录信息保存

打造Mac OS 最强终端利器 iTerm2

json iterm2-profiles.json

如何安装Mac 上最强大的终端 iTerm2

MAC终端神器iterm2——告别黑白

Mac下的终端软件iTerm2(可代替secureCRT)