Linux/SSH.md
... ...
@@ -34,6 +34,9 @@ PermitRootLogin no
34 34
#PermitEmptyPasswords no
35 35
PasswordAuthentication no
36 36
PermitEmptyPasswords no
37
+
38
+#AllowAgentForwarding yes
39
+AllowAgentForwarding yes
37 40
```
38 41
- sshd を再起動した後、別ターミナルでログイン確認。<br />
39 42
root でログインしているターミナルを終了すると、設定に問題があった場合、修正できなくなるため。