検索

ホームページ  >  に質問  >  本文

ssh连接gitlab,一直要求输入密码

测试连接是否成功。老出现上面要求输入密码。
git clone 项目也要求输入密码,但是我密码输入完之后不成功,提示同样的信息。

仅有的幸福仅有的幸福2804日前2562

全員に返信(6)返信します

  • 黄舟

    黄舟2017-04-28 09:08:27

    SSH キーは、パスワードを使用せずに信頼できるコンピューターを識別する方法です。以下の手順では、SSH キーを生成し、公開キーをアカウントに追加する手順を説明します。

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

    返事
    0
  • phpcn_u1582

    phpcn_u15822017-04-28 09:08:27

    公開鍵をアップロードしましたか

    返事
    0
  • PHP中文网

    PHP中文网2017-04-28 09:08:27

    SSH プロトコルの対話には公開鍵ペアが必要です。公開鍵を git サーバーにアップロードします

    返事
    0
  • 仅有的幸福

    仅有的幸福2017-04-28 09:08:27

    Win システムで Git Bash を使用してみてください。私もこの問題に遭遇しました。Git Bash を使用するだけでは意味がありません。

    返事
    0
  • phpcn_u1582

    phpcn_u15822017-04-28 09:08:27

    解決策を投稿していただけますか?

    返事
    0
  • 淡淡烟草味

    淡淡烟草味2017-04-28 09:08:27

    今パスワードを入力する必要があります。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 type 1
    debug1: key_load_public: そのようなファイルまたはディレクトリはありません
    debug1: ID ファイル /c/Documents and Settings/Administrator/ .ssh/id_rsa-cert type -1
    debug1: プロトコル 2.0 の互換モードを有効にする
    debug1: ローカル バージョン文字列 SSH-2.0-OpenSSH_7.1
    debug1: リモート プロトコル バージョン 2.0、リモート ソフトウェア バージョン OpenSSH_5.3
    debug1: 一致: 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: ファイル /c/Documents and Settings/Administrator/.ssh/known_hosts:1 でキー タイプ RSA が見つかりました
    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-nistp3 84、ecdh-sha2 -nistp521,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: :
    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、aes19 2- 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
    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: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: none,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 none
    debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<3072<8192) を送信しました
    debug1: SSH2_MSG_KEX_DH_GEX_GROUP を取得しました
    debug2: ビットセット: 1534/3072
    debug1: SSH2_MSG_KEX_DH_GEX_INIT を送信しました
    debug1: SSH2_MSG_KEX_DH_GEX_REPLY を取得しました
    debug1: サーバーホストキー: ssh-rsa SHA256:l8STlwterJLmBr1aTLSTkAgGcsA/c9YfF42pdr8XQjA
    debug3: hostkeys_foreach : ファイル "/c/Documents and Settings/Administrator/.ssh/known_hosts" を読み取り中
    debug3: Record_hostkey: 見つかりましたファイル /c/Documents and Settings/Administrator/.ssh/known_hosts:1
    debug3:load_hostkeys:172.20.9.19 から 1 つのキーが読み込まれました
    debug1:ホスト '172.20.9.19' は既知であり、RSA ホスト キーと一致します。 debug1:/c/c/documents/settings/administator/.ssh/nown_hostsのキーを見つけました。 set_newkeys: モード 0
    debug1: SSH2_MSG_NEWKEYS を受信
    debug1: SSH2_MSG_SERVICE_REQUEST を送信
    debug2: service_accept: ssh-userauth
    debug1: 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: 残りの優先:keyboard-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、password
    debug2:パケットは送信しませんでした。メソッドを無効にします
    debug1: これ以上試行する認証方法はありません。
    権限が拒否されました (publickey、gssapi-keyex、gssapi-with-mic、password)。

    返事
    0
  • キャンセル返事