Skip to content

Instantly share code, notes, and snippets.

@mble
Created March 19, 2017 13:48
Show Gist options
  • Save mble/c666c6c59517b6f5b409ea53f9cd2d0f to your computer and use it in GitHub Desktop.
Save mble/c666c6c59517b6f5b409ea53f9cd2d0f to your computer and use it in GitHub Desktop.
Secure SSHD Config
KexAlgorithms curve25519-sha256@libssh.org,diffie-hellman-group-exchange-sha256
Ciphers chacha20-poly1305@openssh.com,aes256-gcm@openssh.com,aes128-gcm@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
MACs hmac-sha2-512-etm@openssh.com,hmac-sha2-256-etm@openssh.com,hmac-ripemd160-etm@openssh.com,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,umac-128@openssh.com
Protocol 2
HostKey /etc/ssh/ssh_host_ed25519_key
HostKey /etc/ssh/ssh_host_rsa_key
PasswordAuthentication no
ChallengeResponseAuthentication no
PubkeyAuthentication yes
AllowGroups <list of groups>
PermitRootLogin without-password
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment