Skip to content
Snippets Groups Projects
Commit ad0b9fa4 authored by nimrod's avatar nimrod
Browse files

- Removed commented out disabled host key verification (was there in

case I need to but forget how, already present in the EC2 file).
- Added a bit of documentation where I get the SSH config.
parent 9f8f12ca
Branches
No related tags found
No related merge requests found
......@@ -5,9 +5,11 @@ ControlPersist 3m
ServerAliveInterval 30
IdentitiesOnly yes
ForwardAgent no
# Copied from
# https://wiki.mozilla.org/Security/Guidelines/OpenSSH?source=techstories.org#Modern
HashKnownHosts yes
HostKeyAlgorithms ssh-ed25519-cert-v01@openssh.com,ssh-rsa-cert-v01@openssh.com,ssh-ed25519,ssh-rsa,ecdsa-sha2-nistp521-cert-v01@openssh.com,ecdsa-sha2-nistp384-cert-v01@openssh.com,ecdsa-sha2-nistp256-cert-v01@openssh.com,ecdsa-sha2-nistp521,ecdsa-sha2-nistp384,ecdsa-sha2-nistp256
KexAlgorithms curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,diffie-hellman-group-exchange-sha256
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
#StrictHostKeyChecking yes
#UserKnownHostsFile=/dev/null
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment