SSH connection fails on Windows 11 "windows authentication failed. error 1326"

  • Thread starter Thread starter Bhuvan N
  • Start date Start date
B

Bhuvan N

Guest
I have installed SSHD on Windows 11 and configured the SSHD as listed below following this blog:Enabled Firewall rule to accept SSH connectionAdded following lines to sshd_config PasswordAuthentication yes AllowUsers naras SyslogFacility LOCAL0 LogLevel Debug3 When I tried to establish a ssh connection either from my Windows local system or from a remote Linux system, I am getting an error "windows authentication failed. error 1326 windows 11".C:\ProgramData\ssh>ssh localhost naras@localhost's password: Permission denied, please try again. The sshd.log file is u

Continue reading...
 
Back
Top