質問編集履歴
1
コマンドを打った結果を追記
title
CHANGED
File without changes
|
body
CHANGED
@@ -7,4 +7,20 @@
|
|
7
7
|
ssh: connect to host (IPアドレス) port 22: Operation timed out
|
8
8
|
|
9
9
|
とでて接続ができなくなりました。
|
10
|
-
どなたか解決策を持っていましたら、回答よろしくお願いします。
|
10
|
+
どなたか解決策を持っていましたら、回答よろしくお願いします。
|
11
|
+
|
12
|
+
(追記)
|
13
|
+
|
14
|
+
回答ありがとうございます。コマンドを打ってみました。
|
15
|
+
```
|
16
|
+
OpenSSH_6.9p1, LibreSSL 2.1.8
|
17
|
+
debug1: Reading configuration data /Users/(pcユーザ名)/.ssh/config
|
18
|
+
debug1: Reading configuration data /etc/ssh/ssh_config
|
19
|
+
debug1: /etc/ssh/ssh_config line 21: Applying options for *
|
20
|
+
debug2: ssh_connect: needpriv 0
|
21
|
+
debug1: Connecting to IPアドレス [IPアドレス] port 22.
|
22
|
+
debug1: connect to address IPアドレス port 22: Operation timed out
|
23
|
+
ssh: connect to host IPアドレス port 22: Operation timed out
|
24
|
+
```
|
25
|
+
|
26
|
+
という形でエラーがまだ出る感じです。
|