SecureCRT ssh连接虚拟机后显示 A public key file has not been specified for this session,Would you like to...
SecuretCRT连接linux服务器时,都是输入用户名和密码进行登录的。出现这告警可能有两种可能:1、可能是SSH客户端没有开启密码验证,或者SSH服务端不允许密码验证服务端开启密码验证的方法:修改/etc/ssh/sshd_config的PasswordAuthentication项为yes,重启服务($servicesshdrestart或者systemctlrestartsshd.ser