Skip to content

Instantly share code, notes, and snippets.

@zyjibmcn
Created April 11, 2016 08:53
Show Gist options
  • Save zyjibmcn/add2973a8159e16c8addcd40dee9f192 to your computer and use it in GitHub Desktop.
Save zyjibmcn/add2973a8159e16c8addcd40dee9f192 to your computer and use it in GitHub Desktop.
Windows putty 自动登录
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