Skip to content
Snippets Groups Projects
Commit cdd244ce authored by skorpy's avatar skorpy :construction_worker:
Browse files

ssh: update the config a bit

parent b995002b
Branches
No related tags found
1 merge request!479Resolve "Update ssh config for buster"
Pipeline #22468 passed
......@@ -19,9 +19,12 @@ 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,umac-128-etm@openssh.com,hmac-sha2-512,hmac-sha2-256,umac-128@openssh.com
# LogLevel VERBOSE logs user's key fingerprint on login. Needed to have a clear audit track of which key was using to log in.
LogLevel VERBOSE
Subsystem sftp /usr/lib/openssh/sftp-server
UsePAM yes
PrintMotd no
PrintMotd yes
PrintLastLog yes
TCPKeepAlive yes
AcceptEnv LANG LC_* GIT_*
......@@ -37,6 +40,3 @@ StrictModes yes
# Turn on reverse name checking
#VerifyReverseMapping yes
PermitEmptyPasswords no
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment