質問編集履歴

1

エラー内容の追記

2020/10/09 15:52

投稿

SeijiFukuda
SeijiFukuda

スコア17

test CHANGED
File without changes
test CHANGED
@@ -31,3 +31,101 @@
31
31
  こちら解決方法がお分かりになる方、アドバイス頂けませんでしょうか・。
32
32
 
33
33
  よろしくお願い致します。
34
+
35
+
36
+
37
+
38
+
39
+ ```エラー内容
40
+
41
+ debug1: Reading configuration data /Users/AAAA/.ssh/config
42
+
43
+ debug1: /Users/AAAA/.ssh/config line 11: Applying options for IP
44
+
45
+ debug1: Reading configuration data /etc/ssh/ssh_config
46
+
47
+ debug1: /etc/ssh/ssh_config line 48: Applying options for *
48
+
49
+
50
+
51
+ debug1: Connecting to IP [IP] port 22.
52
+
53
+ debug1: Connection established.
54
+
55
+ debug1: identity file APP.pem type -1
56
+
57
+ debug1: identity file APP.pem-cert type -1
58
+
59
+ debug1: identity file /Users/AAAA/.ssh/id_rsa type 0
60
+
61
+ debug1: identity file /Users/AAAA/.ssh/id_rsa-cert type -1
62
+
63
+ debug1: Local version string SSH-2.0-OpenSSH_7.9
64
+
65
+ debug1: Remote protocol version 2.0, remote software version OpenSSH_7.4
66
+
67
+ debug1: match: OpenSSH_7.4 pat OpenSSH_7.0*,OpenSSH_7.1*,OpenSSH_7.2*,OpenSSH_7.3*,OpenSSH_7.4*,OpenSSH_7.5*,OpenSSH_7.6*,OpenSSH_7.7* compat 0x
68
+
69
+ 04000002
70
+
71
+ debug1: Authenticating to IP as 'ec2-user'
72
+
73
+ debug1: SSH2_MSG_KEXINIT sent
74
+
75
+ debug1: SSH2_MSG_KEXINIT received
76
+
77
+ debug1: kex: algorithm: curve25519-sha256
78
+
79
+ debug1: kex: host key algorithm: ecdsa-sha2-nistp256
80
+
81
+ debug1: kex: server->client cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
82
+
83
+ debug1: kex: client->server cipher: chacha20-poly1305@openssh.com MAC: <implicit> compression: none
84
+
85
+ debug1: expecting SSH2_MSG_KEX_ECDH_REPLY
86
+
87
+ debug1: Server host key: ecdsa-sha2-nistp256 SHA256:2OnJxo4rMEk6h2il26pyo/fBIxqa81zTyiDYUTpIew4
88
+
89
+ debug1: Host 'IP' is known and matches the ECDSA host key.
90
+
91
+ debug1: Found key in /Users/AAAA/.ssh/known_hosts:7
92
+
93
+ debug1: rekey after 134217728 blocks
94
+
95
+ debug1: SSH2_MSG_NEWKEYS sent
96
+
97
+
98
+
99
+ debug1: expecting SSH2_MSG_NEWKEYS
100
+
101
+ debug1: SSH2_MSG_NEWKEYS received
102
+
103
+ debug1: rekey after 134217728 blocks
104
+
105
+ debug1: Will attempt key: /Users/AAAA/.ssh/id_rsa RSA SHA256:m4yBNbZPQD9mrkdmhT5axPTeMQQynIGT335ParcXCyY explicit agent
106
+
107
+ debug1: Will attempt key: APP.pem explicit
108
+
109
+ debug1: SSH2_MSG_EXT_INFO received
110
+
111
+ debug1: kex_input_ext_info: server-sig-algs=<rsa-sha2-256,rsa-sha2-512>
112
+
113
+ debug1: SSH2_MSG_SERVICE_ACCEPT received
114
+
115
+ debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
116
+
117
+ debug1: Next authentication method: publickey
118
+
119
+ debug1: Offering public key: /Users/AAAA/.ssh/id_rsa RSA SHA256:m4yBNbZPQD9mrkdmhT5axPTeMQQynIGT335ParcXCyY explicit agent
120
+
121
+ debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
122
+
123
+ debug1: Trying private key: APP.pem
124
+
125
+ debug1: Authentications that can continue: publickey,gssapi-keyex,gssapi-with-mic
126
+
127
+ debug1: No more authentication methods to try.
128
+
129
+ ec2-user@IP: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
130
+
131
+ ```