move more options to variables
This commit is contained in:
parent
d99d26db45
commit
65bd5e2ce1
2 changed files with 14 additions and 33 deletions
|
|
@ -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: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue