teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

見やすくした

2018/12/06 01:51

投稿

HARIBOYA
HARIBOYA

スコア19

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

1

文法の修正

2018/12/06 01:51

投稿

HARIBOYA
HARIBOYA

スコア19

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