윈도우즈 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
이 내용에 흥미가 있습니까?
현재 기사가 여러분의 문제를 해결하지 못하는 경우 AI 엔진은 머신러닝 분석(스마트 모델이 방금 만들어져 부정확한 경우가 있을 수 있음)을 통해 가장 유사한 기사를 추천합니다:
집 서버 설계 (하드웨어 편)자신의 Redmine이나 ownCloud를 운용하기 위해 사쿠라 VPS, DigitalOcean, OpenShift 등을 놀랐습니다만, 침착 해 왔으므로 현상을 정리하고 싶습니다. 먼저 하드웨어 구성을 정리합니다. ...
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
CC BY-SA 2.5, CC BY-SA 3.0 및 CC BY-SA 4.0에 따라 라이센스가 부여됩니다.