Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
be8a8944
Commit
be8a8944
authored
Oct 01, 2021
by
James Reed
Committed by
Craig Norris
Oct 01, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add step to test modified sshd_config before restarting SSH daemon
parent
812d5b02
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
doc/topics/git/troubleshooting_git.md
doc/topics/git/troubleshooting_git.md
+8
-1
No files found.
doc/topics/git/troubleshooting_git.md
View file @
be8a8944
...
...
@@ -126,7 +126,14 @@ MaxStartups 100:30:200
`100:30:200`
means up to 100 SSH sessions are allowed without restriction,
after which 30% of connections are dropped until reaching an absolute maximum of 200.
Once configured, restart the SSH daemon for the change to take effect.
After you modify the value of
`MaxStartups`
, check for any errors in the configuration.
```
shell
sudo
sshd
-t
-f
/etc/ssh/sshd_config
```
If the configuration check runs without errors, it should be safe to restart the
SSH daemon for the change to take effect.
```
shell
# Debian/Ubuntu
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment