chore: added hints to harden ssh on turris os

This commit is contained in:
Michele Cereda
2023-04-04 15:31:32 +02:00
parent aff0cbd11d
commit 19cc20de06
3 changed files with 19 additions and 1 deletions

View File

@@ -322,6 +322,7 @@ Solution: update the SSH server.
- [How to perform hostname canonicalization]
- [How to reuse SSH connection to speed up remote login process using multiplexing]
- [Get started with OpenSSH for Windows]
- [Restrict SSH login to a specific IP or host]
<!-- project's references -->
[ssh_config man page]: https://man.openbsd.org/ssh_config
@@ -339,5 +340,6 @@ Solution: update the SSH server.
[how to perform hostname canonicalization]: https://sleeplessbeastie.eu/2020/08/24/how-to-perform-hostname-canonicalization/
[how to reuse ssh connection to speed up remote login process using multiplexing]: https://www.cyberciti.biz/faq/linux-unix-reuse-openssh-connection/
[multiple similar entries in ssh config]: https://unix.stackexchange.com/questions/61655/multiple-similar-entries-in-ssh-config
[restrict ssh login to a specific ip or host]: https://docs.rackspace.com/support/how-to/restrict-ssh-login-to-a-specific-ip-or-host/
[use sshfs to mount a remote directory as a volume on osx]: https://benohead.com/mac-os-x-use-sshfs-to-mount-a-remote-directory-as-a-volume/
[using the ssh config file]: https://linuxize.com/post/using-the-ssh-config-file/