This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| deb9:ssh [2024/04/16 23:17] – [SSH Client and Server] Bernard Condrau | deb9:ssh [2025/11/08 14:09] (current) – [Settings] Bernard Condrau | ||
|---|---|---|---|
| Line 9: | Line 9: | ||
| * Do the same for Windows Subsystem for Linux on Windows 10 | * Do the same for Windows Subsystem for Linux on Windows 10 | ||
| ==== Settings ==== | ==== Settings ==== | ||
| - | * Modify /etc/ssh/sshd_conf:< | + | * Modify /etc/ssh/sshd_config:< |
| LoginGraceTime 20 | LoginGraceTime 20 | ||
| AuthorizedKeysFile .ssh/ | AuthorizedKeysFile .ssh/ | ||
| Line 22: | Line 22: | ||
| PrintLastLog yes | PrintLastLog yes | ||
| TCPKeepAlive yes</ | TCPKeepAlive yes</ | ||
| - | * Restart the SSH server:< | + | * Restart the SSH server:< |
| ===== Linux Host ===== | ===== Linux Host ===== | ||