netopeer2 icon indicating copy to clipboard operation
netopeer2 copied to clipboard

Access denied for 'password'

Open fei15115 opened this issue 2 years ago • 7 comments

Hi , When I trying to use the passwd to connect the server ,got below error:

[2022/03/23 17:08:34.980945, 3] ssh_packet_process:  Dispatching handler for packet type 51
[2022/03/23 17:08:34.980992, 1] ssh_packet_userauth_failure:  Access denied for 'none'. Authentication that can continue: publickey,password
[2022/03/23 17:08:34.981042, 2] ssh_packet_userauth_failure:  Access denied for 'none'. Authentication that can continue: publickey,password
nc VERBOSE: Publickey athentication.
nc VERBOSE: No key pair specified.
nc WARNING: Authentication denied.
nc VERBOSE: Password authentication (host "localhost", user "san").
san@localhost password:
[2022/03/23 17:08:40.755445, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket
[2022/03/23 17:08:40.755504, 3] packet_send2:  packet: wrote [type=50, len=56, padding_size=9, comp=46, payload=46]
[2022/03/23 17:08:40.755902, 3] ssh_packet_socket_callback:  packet: read type 51 [len=32,padding=7,comp=24,payload=24]
[2022/03/23 17:08:40.755941, 3] ssh_packet_process:  Dispatching handler for packet type 51
[2022/03/23 17:08:40.755971, 1] ssh_packet_userauth_failure:  Access denied for 'password'. Authentication that can continue: publickey,password
[2022/03/23 17:08:40.755997, 2] ssh_packet_userauth_failure:  Access denied for 'password'. Authentication that can continue: publickey,password
nc WARNING: Authentication denied.
nc ERROR: Unable to authenticate to the remote server (all attempts via supported authentication methods failed).
[2022/03/23 17:08:40.756105, 3] ssh_socket_unbuffered_write:  Enabling POLLOUT for socket
[2022/03/23 17:08:40.756135, 3] packet_send2:  packet: wrote [type=1, len=32, padding_size=11, comp=20, payload=20]
cmd_connect: Connecting to the localhost:830 as user "san" failed.
>

I could make sure that the passwd is correct,But don't know why could not connect to the server. When I try to using the publickey to login the server and get success,But I want to login via the passwd. Could you help me with that?

release info : image

fei15115 avatar Jul 06 '23 10:07 fei15115