Warning: file_get_contents(/data/phpspider/zhask/data//catemap/1/ssh/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Encryption 我的ssh配置是';密码验证号';为什么MobaXterm可以登录?_Encryption_Ssh_Putty_Mobaxterm - Fatal编程技术网

Encryption 我的ssh配置是';密码验证号';为什么MobaXterm可以登录?

Encryption 我的ssh配置是';密码验证号';为什么MobaXterm可以登录?,encryption,ssh,putty,mobaxterm,Encryption,Ssh,Putty,Mobaxterm,我的ssh配置为“PasswordAuthentication no”,为什么MobaXterm可以登录 我想知道MobaXterm使用哪种技术通过用户名和密码登录SSH? 我可以确认我的“/etc/ssh/sshd_config”是 PasswordAuthentication no PermitRootLogin no 我不会在MobaXterm中使用任何私钥 #To disable tunneled clear text passwords, change to no here! P

我的ssh配置为“PasswordAuthentication no”,为什么MobaXterm可以登录

我想知道MobaXterm使用哪种技术通过用户名和密码登录SSH? 我可以确认我的“/etc/ssh/sshd_config”是

 PasswordAuthentication no
 PermitRootLogin no
我不会在MobaXterm中使用任何私钥

#To disable tunneled clear text passwords, change to no here!
PasswordAuthentication no
#PermitEmptyPasswords no
我尝试使用putty,它也可以通过密码登录。 此函数是否构成此对话框?

#
是一个注释字符,意思是

# PasswordAuthentication no
实际上什么都不做

此外,还可以使用启用日志记录

LogLevel VERBOSE

这将使调试您想要执行的操作更容易。

很抱歉,这是我的输入错误,我的ssh配置中没有“#”。谢谢我再次确认,确实是PasswordAuthentication no,但MobaXterm可以登录。。。。
LogLevel VERBOSE