码迷,mamicode.com
首页 > Windows程序 > 详细

Windows上基于快捷方式的Putty免密码登陆

时间:2017-08-30 23:39:25      阅读:376      评论:0      收藏:0      [点我收藏+]

标签:options   gen   sys   window   apt   ica   bsp   sed   ipv4   

创建putty.exe快捷方式,右击putty快捷方式,属性,目标,加上账户密码端口等参数,保存,关闭;

putty.exe [-ssh | -telnet | -rlogin | -raw] [user@]host
Example: putty -ssh -l vagrant -pw vagrant -P 2222 127.0.0.1

 -V        print version information and exit
 -pgpfp    print PGP key fingerprints and exit
 -v        show verbose messages
 -load sessname  Load settings from saved session
 -ssh -telnet -rlogin -raw            force use of a particular protocol
 -P port   connect to specified port
 -l user   connect with specified username
 -batch    disable all interactive prompts The following options only apply to SSH connections:  -pw passw login with specified password
 -D [listen-IP:]listen-port           Dynamic SOCKS-based port forwarding
 -L [listen-IP:]listen-port:host:port            Forward local port to remote address
 -R [listen-IP:]listen-port:host:port            Forward remote port to local address
 -X -x     enable / disable X11 forwarding
-A -a     enable / disable agent forwarding
 -t -T     enable / disable pty allocation
-1 -2     force use of particular protocol version
-4 -6     force use of IPv4 or IPv6
 -C        enable compression
-i key    private key file for authentication
 -m file   read remote command(s) from file
 -s        remote command is an SSH subsystem (SSH-2 only)
 -N        don‘t start a shell/command (SSH-2 only)

详见https://the.earth.li/~sgtatham/putty/0.70/htmldoc/Chapter3.html#using-cmdline中3.8 The PuTTY command line。

Windows上基于快捷方式的Putty免密码登陆

标签:options   gen   sys   window   apt   ica   bsp   sed   ipv4   

原文地址:http://www.cnblogs.com/freedom5wind/p/7455605.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!