Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 386 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 386 Bytes

之前在服务器配置的时候,经常登录各种服务器,每次密码都不一样,为了方便登录,就写了个小程序,用来快速ssh登录

主要用到了AppleScript来执行Terminal 命令,然后使用expect来负责自动输入密码
所以在使用的时候,需要安装expect

brew install expect