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

質問編集履歴

1

デバッグモードでの実行結果

2020/04/30 10:48

投稿

ryu2142
ryu2142

スコア18

title CHANGED
File without changes
body CHANGED
@@ -14,4 +14,16 @@
14
14
  vpsuser@160.16.72.38: Permission denied (publickey).
15
15
  me@MacBookAir ~ %
16
16
  ```
17
- どうかよろしくお願いします。
17
+ どうかよろしくお願いします。
18
+
19
+ 追記。デバッグモードでの実行結果です。
20
+
21
+ ```ここに言語を入力
22
+ me@MacBookAir ~ % ssh -v ~/.ssh/id_rsa vpsuser@xxx.xx.xx.xx
23
+ OpenSSH_8.1p1, LibreSSL 2.7.3
24
+ debug1: Reading configuration data /etc/ssh/ssh_config
25
+ debug1: /etc/ssh/ssh_config line 47: Applying options for *
26
+ debug1: Connecting to /users/me/.ssh/id_rsa port 22.
27
+ ssh: Could not resolve hostname /users/me/.ssh/id_rsa: nodename nor servname provided, or not known
28
+ me@MacBookAir ~ %
29
+ ```