Created
December 6, 2016 12:54
-
-
Save andrewgdunn/51b1fff2b9b25cbef54bc79a52ec9ae5 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# from https://cipherli.st/ and https://wiki.mozilla.org/Security/Guidelines/OpenSSH | |
Port 4252 | |
Protocol 2 | |
HostKey /etc/ssh/ssh_host_ed25519_key | |
HostKey /etc/ssh/ssh_host_rsa_key | |
KexAlgorithms [email protected],diffie-hellman-group-exchange-sha256 | |
Ciphers [email protected],[email protected],[email protected],aes256-ctr,aes192-ctr,aes128-ctr | |
MACs [email protected],[email protected],[email protected],[email protected],hmac-sha2-512,hmac-sha2-256,hmac-ripemd160,[email protected] | |
AuthenticationMethods publickey | |
LogLevel VERBOSE | |
Subsystem sftp /usr/lib/ssh/sftp-server -f AUTHPRIV -l INFO | |
PermitRootLogin No | |
UsePrivilegeSeparation sandbox |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment