Created
April 11, 2016 08:53
-
-
Save zyjibmcn/add2973a8159e16c8addcd40dee9f192 to your computer and use it in GitHub Desktop.
Windows putty 自动登录
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. 创建putty 快捷方式 | |
2. 右键到properties | |
3. 在shortcut tab的Target中添加参数-load {alias name} -ssh -l {username} -pw {password} | |
4. 如果是使用ssh key的方式,则只需要添加-load {alias name} | |
5. 双击快捷方式可以实现自动登录 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment