質問編集履歴
2
見やすくした
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,11 +5,13 @@
|
|
5
5
|
|
6
6
|
|
7
7
|
|
8
|
+
```ここに言語を入力
|
8
|
-
www0 sshd[
|
9
|
+
www0 sshd[]: Connection reset by c **.**.**.**port *** [preauth]
|
9
|
-
www0 sshd[
|
10
|
+
www0 sshd[]: reverse mapping checking getaddrinfo for static.vnpt-hanoi.com.vn [16z] failed - POSSIBLE BREAK-IN ATTEMPT!
|
10
|
-
www0 sshd[
|
11
|
+
www0 sshd[]: reprocess config line 55: Deprecated option RSAAuthentication
|
11
|
-
www0 sshd[
|
12
|
+
www0 sshd[]: error: Received disconnect from **.**.**.** port **:3: com.jcraft.jsch.JSchException: Auth fail [preauth]
|
12
|
-
www0 sshd[
|
13
|
+
www0 sshd[]: Disconnected from **.**.**.** port ** [preauth]
|
13
14
|
|
15
|
+
```
|
14
16
|
サーバー側はroot ログイン無しで鍵認証のみになっています。
|
15
17
|
クライントはputtyを使っている為、rsaファイルを使用して、ppkファイルを生成して接続をしている。
|
1
文法の修正
title
CHANGED
File without changes
|
body
CHANGED
@@ -5,11 +5,11 @@
|
|
5
5
|
|
6
6
|
|
7
7
|
|
8
|
-
|
8
|
+
www0 sshd[12681]: Connection reset by c **.**.**.**port *** [preauth]
|
9
|
-
|
9
|
+
www0 sshd[12767]: reverse mapping checking getaddrinfo for static.vnpt-hanoi.com.vn [16z] failed - POSSIBLE BREAK-IN ATTEMPT!
|
10
|
-
|
10
|
+
www0 sshd[12767]: reprocess config line 55: Deprecated option RSAAuthentication
|
11
|
-
|
11
|
+
www0 sshd[12767]: error: Received disconnect from **.**.**.** port **:3: com.jcraft.jsch.JSchException: Auth fail [preauth]
|
12
|
-
|
12
|
+
www0 sshd[12767]: Disconnected from **.**.**.** port ** [preauth]
|
13
13
|
|
14
14
|
サーバー側はroot ログイン無しで鍵認証のみになっています。
|
15
15
|
クライントはputtyを使っている為、rsaファイルを使用して、ppkファイルを生成して接続をしている。
|