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

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows上基于快捷方式的Putty免密码登陆相关的知识,希望对你有一定的参考价值。

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

putty.exe [-ssh | -telnet | -rlogin | -raw] [[email protected]]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免密码登陆的主要内容,如果未能解决你的问题,请参考以下文章

CentOS7.4在digitalocean上为新建用户利用Putty使用免密登录

SSH免密码登录

Linux密钥登陆

Xshell5配置ssh免密码登录-公钥与私钥登录linux服务器(xshell如何登陆上阿里云服务器)

两台虚拟机的Putty端实现互相免密码登录

ssh localhost 配置免密登陆仍需要密码的解决方法