윈도우즈 xp ssh 서버 연결이 되지 않습니다. 암호 인증 실패 알림

debug1: Next authentication method: publickey
debug1: Trying private key: /root/.ssh/identity
debug3: no such identity: /root/.ssh/identity
debug1: Offering public key: /root/.ssh/id_rsa
debug3: send_pubkey_test
debug2: we sent a publickey packet, wait for reply
debug3: Wrote 368 bytes for a total of 1495
debug1: Authentications that can continue: publickey,password
debug1: Trying private key: /root/.ssh/id_dsa
debug3: no such identity: /root/.ssh/id_dsa
debug2: we did not send a packet, disable method
debug3: authmethod_lookup password
debug3: remaining preferred: ,password
debug3: authmethod_is_enabled password
debug1: Next authentication method: password

그 정확한 비밀번호도 알려줍니다:permission denied(publickey,password,keyboard-interactive)
ssh-vvv는 상기 오류 알림이 있을 수 있습니다.
ssh-config 안을 변경하고 앞의 #을 제거합니다.
RSAAuthentication yes
PasswordAuthentication yes
그리고 연결할 시간을 ssh 서버에 직접 입력하세요.
ssh 대신username@server
문제 해결, 이상해...
오늘 계속합니다. ssh 서버git 동기화 시간에 문제가 발생합니다.sshusername@server
다시username@server여전히 잘못을 보고하고,
authentication that can continue keyboard-interactive
인증 방식이 틀렸나 봐요, ssh_config sshd_config 이 두 개의 설정은 모두 문제없을 것입니다.
로그 보기:
2013.10.25 10:40:54 - input_userauth_request: invalid user administrator
2013.10.25 10:40:54 - Invalid user administrator from 192.168.0.240
2013.10.25 10:40:54 - Login name administrator does not match stored username Administrator
왜 로그인에 사용되는useradministrator와 ssh 서버에 저장된useradministrator가 일치하지 않습니까?이상하다.
그래서 관리자의 문제일 수도 있다고 추측하여 새 계정git 테스트를 만들었습니다.
꼭 로그인해 주세요.c판 아래에서git 폴더를 생산합니다...
다 한 후에 줄곧 성공했다.정상적으로 방문할 수 있습니다...git도 정상적으로 동기화할 수 있다...
관리자의 문제인가?이쯤 되면 반드시 계좌를 새로 만들어야 합니다.
참조:
http://superuser.com/questions/543626/ssh-permission-denied-on-correct-password-authentication
http://serverfault.com/questions/55343/cant-get-ssh-public-key-authentication-to-work
http://www.unix.com/aix/164525-ssh-error-permission-denied-publickey-keyboard-interactive.html
http://superuser.com/questions/543626/ssh-permission-denied-on-correct-password-authentication

좋은 웹페이지 즐겨찾기