FreeSSHD login with permission denied

登录遇到问题:

Permission denied, please try again.

解决方法:

在window中使用freesshd开启ssh后,客户端登陆时报 access denied错误 或者 始终弹输入密码框时 检查freesshd的配置 在authentication中 将Password那项选为required 将public key选为disable,重启软件后即可

I have installed FreeSSHD recently onto my desktop computer, I think its cool to have an SSH server that allows me to run commands remotely just like in Linux. Even if it is stupid MSDOS (I would much prefer an actual emulation of the Linux command line  Sad smile).

I quickly hit a problem however, it didn't matter what I did, I could not login to the SSH Server, it would ask for my Username and Password and then tell me “Access denied”.

I found the solution, in the FreeSSHD settings go to “Authentication”, make sure “Password authentication” is set to “Required”. And set “Public key authentication” to “Disabled”.

It works fine for me now Smile

After changing setting, reminder to :

Click the "Unload" context menu and reopen works!

参考:

https://deano.me/2013/02/freesshd-ssh-login-access-denied/

https://serverfault.com/questions/65304/how-do-i-configure-freesshd-on-windows-server-2008-so-i-can-log-in-using-ssh

https://roc08.iteye.com/blog/1979385

上一篇:Java NIO6:选择器1——理论篇


下一篇:C#自定义时间显示格式