-
Notifications
You must be signed in to change notification settings - Fork 0
/
ssh.config
13 lines (11 loc) · 1.05 KB
/
ssh.config
1
2
3
4
5
6
7
8
9
10
11
12
13
### Resources ###
# Mozilla: https://infosec.mozilla.org/guidelines/openssh#openssh-client
# Secure secure shell: https://stribika.github.io/2015/01/04/secure-secure-shell.html
#################
# Ensure KnownHosts are unreadable if leaked - it is otherwise easier to know which hosts your keys have access to.
HashKnownHosts yes
# Host keys the client accepts - order here is honored by OpenSSH
HostKeyAlgorithms [email protected],[email protected],ssh-ed25519,ssh-rsa,[email protected],[email protected],[email protected],ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256
KexAlgorithms [email protected],ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256
MACs [email protected],[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,[email protected]