質問編集履歴

1

ssh -vvvのデバッグ結果の追加

2016/11/09 02:14

投稿

kon_ta
kon_ta

スコア81

test CHANGED
File without changes
test CHANGED
@@ -26,6 +26,28 @@
26
26
 
27
27
 
28
28
 
29
+ ssh -vvvによる出力結果
30
+
31
+
32
+
33
+ OpenSSH_7.3p1 Debian-1,OpenSSL 1.0.2h 3May 2016
34
+
35
+ debug1: Reading configuration data /etc/ssh/ssh_config
36
+
37
+ debug1: /etc/ssh/ssh_config line 19: Applying Options for *
38
+
39
+ debug2: resolving "172.20.67.150" port 22
40
+
41
+ debug2: ssh_connect_direct:needpriv 0
42
+
43
+ debug1: Connecting to 172.20.67.150 [172.20.67.150] port 22.
44
+
45
+ debug1: connect to address 172.20.67.150 port 22:Connection timed out
46
+
47
+
48
+
49
+ (172.20.67.150 :接続先サーバのIP)
50
+
29
51
 
30
52
 
31
53