Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
salt-state
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
FFFFM
salt-state
Commits
cdd244ce
Commit
cdd244ce
authored
5 years ago
by
skorpy
Browse files
Options
Downloads
Patches
Plain Diff
ssh: update the config a bit
parent
b995002b
Branches
Branches containing commit
No related tags found
1 merge request
!479
Resolve "Update ssh config for buster"
Pipeline
#22468
passed
5 years ago
Stage: highstate
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ssh/files/sshd_config
+4
-4
4 additions, 4 deletions
ssh/files/sshd_config
with
4 additions
and
4 deletions
ssh/files/sshd_config
+
4
−
4
View file @
cdd244ce
...
...
@@ -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
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment