質問編集履歴
1
デバッグモードでの実行結果
test
CHANGED
File without changes
|
test
CHANGED
@@ -31,3 +31,27 @@
|
|
31
31
|
```
|
32
32
|
|
33
33
|
どうかよろしくお願いします。
|
34
|
+
|
35
|
+
|
36
|
+
|
37
|
+
追記。デバッグモードでの実行結果です。
|
38
|
+
|
39
|
+
|
40
|
+
|
41
|
+
```ここに言語を入力
|
42
|
+
|
43
|
+
me@MacBookAir ~ % ssh -v ~/.ssh/id_rsa vpsuser@xxx.xx.xx.xx
|
44
|
+
|
45
|
+
OpenSSH_8.1p1, LibreSSL 2.7.3
|
46
|
+
|
47
|
+
debug1: Reading configuration data /etc/ssh/ssh_config
|
48
|
+
|
49
|
+
debug1: /etc/ssh/ssh_config line 47: Applying options for *
|
50
|
+
|
51
|
+
debug1: Connecting to /users/me/.ssh/id_rsa port 22.
|
52
|
+
|
53
|
+
ssh: Could not resolve hostname /users/me/.ssh/id_rsa: nodename nor servname provided, or not known
|
54
|
+
|
55
|
+
me@MacBookAir ~ %
|
56
|
+
|
57
|
+
```
|