回答編集履歴
1
ログを追記
test
CHANGED
@@ -29,3 +29,9 @@
|
|
29
29
|
[root@hostname ~]# ssh -i /home/hoge/.ssh/id_rsa hoge@localhost
|
30
30
|
|
31
31
|
```
|
32
|
+
|
33
|
+
|
34
|
+
|
35
|
+
---
|
36
|
+
|
37
|
+
ssh接続のときのログは /var/log/secure に記録されますので、こちらも参考するとどんな挙動しているか確認できます
|