SSH가 gitlab에 연결하고 계속 비밀번호를 묻습니다.
仅有的幸福
仅有的幸福 2017-04-28 09:06:27
0
6
2575

연결이 성공했는지 테스트해 보세요. 위의 메시지는 항상 비밀번호를 묻는 메시지가 나타납니다.
git clone 프로젝트에도 비밀번호가 필요하지만 비밀번호를 입력한 후 실패하고 동일한 메시지가 표시되었습니다.

仅有的幸福
仅有的幸福

모든 응답(6)
黄舟

SSH 키는 비밀번호를 사용하지 않고 신뢰할 수 있는 컴퓨터를 식별하는 방법입니다. 아래 단계는 SSH 키를 생성한 후 계정에 공개 키를 추가하는 과정을 안내합니다.

https://help.github.com/articles/geneating-ssh-keys/

phpcn_u1582

공개 키를 업로드하셨나요

洪涛

SSH 프로토콜 상호 작용에는 공개 키 쌍이 필요합니다. 공개 키를 Git 서버에 업로드하세요

仅有的幸福

win 시스템에서 Git Bash를 사용해 보세요. SSH 키를 구성하는 것도 소용이 없습니다.

phpcn_u1582

문제를 해결하셨나요? 해결 방법을 게시해 주실 수 있나요?

淡淡烟草味

지금 비밀번호를 입력해야 합니다. SSH 키를 설정할 때 비밀번호를 설정하지 않았는데 왜 비밀번호를 입력해야 하나요?

ssh -vvv git@172.20.9.19
OpenSSH_7.1p2, OpenSSL 1.0.2h 2016년 5월 3일
debug1: 구성 데이터 읽기 /c/Documents and Settings/Administrator/.ssh/config
debug1 : /c/Documents and Settings/Administrator/.ssh/config 4행: 172.20.9.19에 대한 옵션 적용
debug1: 구성 데이터 읽기 /etc/ssh/ssh_config
debug2: ssh_connect: needpriv 0
debug1 : 172.20.9.19 [172.20.9.19] 포트 22에 연결 중입니다.
debug1: 연결이 설정되었습니다.
debug1: ID 파일 /c/Documents and Settings/Administrator/.ssh/id_rsa 유형 1
debug1: key_load_public : 해당 파일 또는 디렉터리 없음
debug1: ID 파일 /c/Documents and Settings/Administrator/.ssh/id_rsa-cert 유형 -1
debug1: 프로토콜 2.0에 대한 호환 모드 활성화
debug1: 로컬 버전 문자열 SSH-2.0-OpenSSH_7.1
debug1: 원격 프로토콜 버전 2.0, 원격 소프트웨어 버전 OpenSSH_5.3
debug1: match: OpenSSH_5.3 pat OpenSSH_5* compat 0x0c000000
debug2: fd 3 설정 O_NONBLOCK
debug1: 172.20.9.19:22를 'git'으로 인증
debug3: hostkeys_foreach: 파일 "/c/Documents and Settings/Administrator/.ssh/known_hosts"
debug3: Record_hostkey: 파일에서 키 유형 RSA를 찾았습니다. /c/Documents and Settings/Administrator/.ssh/known_hosts:1
debug3: load_hostkeys: 172.20.9.19에서 1개의 키 로드
debug3: order_hostkeyalgs:hostkeyalgs 선호: ssh-rsa-cert-v01@openssh.com ,ssh-rsa
debug1: SSH2_MSG_KEXINIT 전송
debug1: SSH2_MSG_KEXINIT 수신
debug2: kex_parse_kexinit: curve25519-sha256@libssh.org,ecdh-sha2-nistp256,ecdh-sha2-nistp384,ecdh-sha2-nistp5 21 ,diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie-hellman-group14-sha1
debug2: kex_parse_kexinit: ssh-rsa-cert-v01@openssh.com,ssh-rsa ,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp521-cert-v01@openssh.com,ssh-ed25519-cert-v01 @openssh.com,ecdsa-sha2-nistp256,ecdsa-sha2-nistp384,ecdsa-sha2-nistp521,ssh-ed25519
debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256 -ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael -cbc@lysator.liu.se
debug2: kex_parse_kexinit: chacha20-poly1305@openssh.com,aes128-ctr,aes192-ctr,aes256-ctr,aes128-gcm@openssh.com,aes256-gcm@openssh.com ,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: umac-64 -etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac-sha1-etm@openssh.com ,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-md5-etm@openssh.com,hmac-ripemd160-etm@openssh .com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac -md5-96
debug2: kex_parse_kexinit: umac-64-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-sha2-512-etm@openssh.com,hmac- sha1-etm@openssh.com,umac-64@openssh.com,umac-128@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-sha1,hmac-md5-etm@openssh.com, hmac-ripemd160-etm@openssh.com,hmac-sha1-96-etm@openssh.com,hmac-md5-96-etm@openssh.com,hmac-md5,hmac-ripemd160,hmac-ripemd160@openssh.com, hmac-sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 없음,zlib@openssh.com,zlib
debug2: kex_parse_kexinit: 없음,zlib@openssh.com,zlib
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit:
debug2: first_kex_follows 0
debug2: 예약됨 0
debug2: kex_parse_kexinit: diffie-hellman-group-exchange-sha256,diffie-hellman-group-exchange-sha1,diffie- hellman-group14-sha1,diffie-hellman-group1-sha1
debug2: kex_parse_kexinit: ssh-rsa,ssh-dss
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr,aes256-ctr,arcfour256,arcfour128, aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
debug2: kex_parse_kexinit: aes128-ctr,aes192-ctr, aes256-ctr,arcfour256,arcfour128,aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se
디버그2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-md5- 96
debug2: kex_parse_kexinit: hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-sha2-256,hmac-sha2-512,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac- sha1-96,hmac-md5-96
debug2: kex_parse_kexinit: 없음,zlib@openssh.com
debug2: kex_parse_kexinit: 없음,zlib@openssh.com
debug2: kex_parse_kexinit:
debug2: kex_parse_kexinit :
debug2: first_kex_follows 0
debug2: 예약됨 0
debug1: kex: 서버->클라이언트 aes128-ctr umac-64@openssh.com 없음
debug1: kex: 클라이언트->서버 aes128-ctr umac-64@openssh.com 없음
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) 전송됨
debug1: got SSH2_MSG_KEX_DH_GEX_GROUP
debug2: 비트 세트: 1534/3072
debug1: SSH2_MSG_KEX_DH_GEX_INIT가 전송되었습니다. debug3: Record_hostkey: 파일 /c/Documents 및 Settings/Administrator/.ssh/known_hosts:1에서 키 유형 RSA를 찾았습니다.
debug3: load_hostkeys: 172.20.9.19에서 1개의 키 로드
debug1: 호스트 '172.20.9.19 '는 알려져 있으며 RSA 호스트 키와 일치합니다.
debug1: /c/Documents and Settings/Administrator/.ssh/known_hosts:1
debug2: 비트 세트: 1535/3072
debug2: set_newkeys에서 키를 찾았습니다. : 모드 1
debug1: SSH2_MSG_NEWKEYS 전송
debug1: SSH2_MSG_NEWKEYS 예상
debug2: set_newkeys: 모드 0
debug1: SSH2_MSG_NEWKEYS 수신
debug1: SSH2_MSG_SERVICE_REQUEST 전송
debug2: 개념: ssh-userauth
디버그1: SSH2_MSG_SERVICE_ACCEPT 수신
debug2: 키: /c/Documents and Settings/Administrator/.ssh/id_rsa (0x2005eeb0), 명시적
debug1: 계속할 수 있는 인증: publickey,gssapi-keyex,gssapi-with-mic,password
debug3: 다시 시작하고 다른 목록을 전달했습니다. publickey,gssapi-keyex,gssapi-with-mic,password
debug3: 기본 publickey,keyboard-interactive,password
debug3: authmethod_lookup publickey
debug3: 남은 기본 설정: 키보드- Interactive,password
debug3: authmethod_is_enabled publickey
debug1: 다음 인증 방법: publickey
debug1: RSA 공개 키 제공: /c/Documents and Settings/Administrator/.ssh/id_rsa
debug3: send_pubkey_test
debug2: 공개 키 패킷을 보냈습니다. 응답을 기다립니다
debug1: 계속할 수 있는 인증: publickey,gssapi-keyex,gssapi-with-mic,password
debug2: 패킷을 보내지 않았습니다. 메서드를 비활성화합니다.
debug3: authmethod_lookup 비밀번호
debug3: 계속 선호됨: ,password
debug3: authmethod_is_enabled 비밀번호
debug1: 다음 인증 방법: 비밀번호
git@172.20.9.19의 비밀번호:
debug2 : 비밀번호 패킷을 보냈습니다. 응답을 기다립니다
debug1: 계속할 수 있는 인증: publickey,gssapi-keyex,gssapi-with-mic,password
권한이 거부되었습니다. 다시 시도하세요.
git@172.20. 9.19의 비밀번호:
debug2: 비밀번호 패킷을 보냈습니다. 응답을 기다립니다
debug1: 계속할 수 있는 인증: publickey,gssapi-keyex,gssapi-with-mic,password
권한이 거부되었습니다. 시도해 보세요.
git@172.20.9.19의 비밀번호:
debug2: 비밀번호 패킷을 보냈습니다. 응답을 기다립니다
debug1: 계속할 수 있는 인증: publickey,gssapi-keyex,gssapi-with-mic, 비밀번호
debug2: 패킷을 보내지 않았습니다. 방법을 비활성화합니다
debug1: 더 이상 시도할 인증 방법이 없습니다.
권한이 거부되었습니다(publickey,gssapi-keyex,gssapi-with-mic,password).

최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿