質問編集履歴
3
追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -19,4 +19,5 @@
|
|
|
19
19
|
```
|
|
20
20
|
ssh_exchange_identification: read: Connection reset by peer
|
|
21
21
|
|
|
22
|
-
```
|
|
22
|
+
```
|
|
23
|
+

|
2
追記
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -13,4 +13,10 @@
|
|
|
13
13
|
ssh: Could not resolve hostname/document/ssh_key/username.pem}: nodename nor servname provided, or not known
|
|
14
14
|
```
|
|
15
15
|
|
|
16
|
-
何が原因でログインできないのでしょうか?
|
|
16
|
+
何が原因でログインできないのでしょうか?
|
|
17
|
+
|
|
18
|
+
オプションなしのエラー結果
|
|
19
|
+
```
|
|
20
|
+
ssh_exchange_identification: read: Connection reset by peer
|
|
21
|
+
|
|
22
|
+
```
|
1
修正
title
CHANGED
|
File without changes
|
body
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
エラー内容
|
|
10
10
|
|
|
11
11
|
```
|
|
12
|
-
|
|
12
|
+
|
|
13
13
|
ssh: Could not resolve hostname/document/ssh_key/username.pem}: nodename nor servname provided, or not known
|
|
14
14
|
```
|
|
15
15
|
|