Updating some SSH config

This commit is contained in:
2023-07-19 15:41:27 -05:00
parent 60f848b55d
commit 5ab88dc387
5 changed files with 63 additions and 48 deletions

View File

@@ -8,6 +8,7 @@ PrintLastLog yes
StrictModes yes
Protocol 2
ChrootDirectory none
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes256-ctr,aes128-gcm@openssh.com
# DSA and ECDSA are untrusted for vulnerabilites and backdoors. https://wiki.archlinux.org/index.php/SSH_keys
# RSA and ED25519 are stable.