서버에 있는 동안 다음을 사용하여 localhost에 로그인할 수 있습니다.
ssh localhost
username@localhost's password:
Welcome to Ubuntu 20.04.3 LTS (GNU/Linux 5.11.0-40-generic x86_64)
그러나 원격으로 로그인을 시도하면 다음과 같은 메시지가 나타납니다.
ssh 1.2.3.4 -l username
[email protected]'s password:
Permission denied, please try again.
비밀번호는 절대적으로 정확합니다.
편집: 클라이언트 로그인에 세부 정보를 추가했는데 비밀번호를 입력한 후의 출력입니다.
debug3: send packet: type 50
debug2: we sent a password packet, wait for reply
debug3: receive packet: type 51
debug1: Authentications that can continue: publickey,password
Permission denied, please try again.