move more options to variables

This commit is contained in:
nd 2019-07-02 23:28:00 +02:00
parent d99d26db45
commit 65bd5e2ce1
No known key found for this signature in database
GPG key ID: 21B5CD4DEE3670E9
2 changed files with 14 additions and 33 deletions

View file

@ -3,5 +3,15 @@ rootpath: ''
ssh:
config_override:
Port: 22
AuthorizedKeysFile: ".ssh/authorized_keys"
PermitRootLogin: "yes"
UseDNS: "no"
UsePam: "yes"
MaxAuthTries: 10
UsePrivilegeSeparation: sandbox
AuthenticationMethods: publickey
KexAlgorithms: curve25519-sha256@libssh.org,ecdh-sha2-nistp521,ecdh-sha2-nistp384,ecdh-sha2-nistp256,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,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
user: {}