質問編集履歴

1

追記

2018/08/27 09:17

投稿

tinmanCtr
tinmanCtr

スコア9

test CHANGED
File without changes
test CHANGED
@@ -47,3 +47,105 @@
47
47
 
48
48
 
49
49
  つまり、ssh接続の問題だと思うのですが、ネットで似たような事例を見つけられないので、なぜこのようになるか&解決方法が分かる方ご教授お願いします。
50
+
51
+
52
+
53
+ 追記:失敗するときのlog(投げやりで申し訳ありません)
54
+
55
+
56
+
57
+ ```
58
+
59
+ OpenSSH_7.6p1, LibreSSL 2.6.2
60
+
61
+ debug1: Reading configuration data /etc/ssh/ssh_config
62
+
63
+ debug1: /etc/ssh/ssh_config line 48: Applying options for *
64
+
65
+ debug1: Connecting to bitbucket.org port 22.
66
+
67
+ debug1: Connection established.
68
+
69
+ debug1: identity file /Users/<ユーザー名>/.ssh/id_rsa type 0
70
+
71
+ debug1: key_load_public: No such file or directory
72
+
73
+ debug1: identity file /Users/<ユーザー名>/.ssh/id_rsa-cert type -1
74
+
75
+ debug1: key_load_public: No such file or directory
76
+
77
+ debug1: identity file /Users/<ユーザー名>/.ssh/id_dsa type -1
78
+
79
+ debug1: key_load_public: No such file or directory
80
+
81
+ debug1: identity file /Users/<ユーザー名>/.ssh/id_dsa-cert type -1
82
+
83
+ debug1: key_load_public: No such file or directory
84
+
85
+ debug1: identity file /Users/<ユーザー名>/.ssh/id_ecdsa type -1
86
+
87
+ debug1: key_load_public: No such file or directory
88
+
89
+ debug1: identity file /Users/<ユーザー名>/.ssh/id_ecdsa-cert type -1
90
+
91
+ debug1: key_load_public: No such file or directory
92
+
93
+ debug1: identity file /Users/<ユーザー名>/.ssh/id_ed25519 type -1
94
+
95
+ debug1: key_load_public: No such file or directory
96
+
97
+ debug1: identity file /Users/<ユーザー名>/.ssh/id_ed25519-cert type -1
98
+
99
+ debug1: Local version string SSH-2.0-OpenSSH_7.6
100
+
101
+ debug1: Remote protocol version 2.0, remote software version conker_1.1.13-7af6557 app-131
102
+
103
+ debug1: no match: conker_1.1.13-7af6557 app-131
104
+
105
+ debug1: Authenticating to bitbucket.org:22 as 'git'
106
+
107
+ debug1: SSH2_MSG_KEXINIT sent
108
+
109
+ debug1: SSH2_MSG_KEXINIT received
110
+
111
+ debug1: kex: algorithm: curve25519-sha256@libssh.org
112
+
113
+ debug1: kex: host key algorithm: ssh-rsa
114
+
115
+ debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
116
+
117
+ debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
118
+
119
+ debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
120
+
121
+ debug1: Server host key: ssh-rsa SHA256:zzXQOXSRBEiUtuE8AikJYKwbHaxvSc0ojez9YXaGp1A
122
+
123
+ debug1: Host 'bitbucket.org' is known and matches the RSA host key.
124
+
125
+ debug1: Found key in /Users/<ユーザー名>/.ssh/known_hosts:1
126
+
127
+ debug1: rekey after 134217728 blocks
128
+
129
+ debug1: SSH2_MSG_NEWKEYS sent
130
+
131
+ debug1: expecting SSH2_MSG_NEWKEYS
132
+
133
+ debug1: SSH2_MSG_NEWKEYS received
134
+
135
+ debug1: rekey after 134217728 blocks
136
+
137
+ debug1: SSH2_MSG_SERVICE_ACCEPT received
138
+
139
+ debug1: Authentications that can continue: publickey
140
+
141
+ debug1: Next authentication method: publickey
142
+
143
+ debug1: Offering public key: RSA SHA256:<公開鍵> /Users/<ユーザー名>/.ssh/id_rsa
144
+
145
+ debug1: Server accepts key: pkalg ssh-rsa blen 279
146
+
147
+ Enter passphrase for key '/Users/<ユーザー名>/.ssh/id_rsa':
148
+
149
+ Connection closed by 2406:da00:ff00::22cd:e0db port 22
150
+
151
+ ```