-
Notifications
You must be signed in to change notification settings - Fork 297
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
drop default values (fixes #102) #117
Conversation
@alxwr I want to test this first before I merge. |
@alxwr looks good except that it leaves a lot of empty lines and comments between the options... |
@aboe76 I'll try to optimize that. :-) |
@aboe76 I removed the redundant white space. |
@alxwr somewhere around AllowUsers, and allowgroups it merges all the lines together.
It should be:
|
@aboe76 whitespace issues should be fixed. :-) |
@alxwr thanks looks good. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, and clean sshd_config file.
@whiteinge can you give some feedback? |
@alxwr still see some trouble with ciphers being on the same line as kexalgorithms. I pinpointed the problem with the lists:
while this will work:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. I don't have anything to add to @aboe76 's good feedback.
@aboe76 Reproduced and fixed the bug. :-) Thanks for testing! Maybe squash the fix-of-the-fix commits before merging to increase clarity? |
@alxwr thanks for this. |
fixes #102
tested on: