Skip to content

Commit

Permalink
Use ditribution-default host key algorithms
Browse files Browse the repository at this point in the history
ECDSA will be used by defaut for the client to authenticate the host.

Tor Onion Services will also provide another layer of authentication,
when using ssh over Tor.
  • Loading branch information
emkll committed Dec 15, 2020
1 parent 2609cce commit d4f1643
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ UseDNS no
# Cipher selection

Ciphers [email protected],[email protected],[email protected],aes256-ctr,aes128-ctr
HostKeyAlgorithms ssh-ed25519,rsa-sha2-256,rsa-sha2-512
# Don't use SHA1 for kex
KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256
# Don't use SHA1 for hashing, don't use encrypt-and-MAC mode
Expand Down

0 comments on commit d4f1643

Please sign in to comment.