mirror of
https://github.com/flatcar/scripts.git
synced 2025-11-22 02:51:56 +01:00
According to sshd_config manual, only lines starting with a hash and empty lines are treated as comments. Which means that comments coming after the key value pairs are not really comments and sshd complains about them like: /etc/ssh/sshd_config line 6: keyword PrintLastLog extra arguments at end of line /etc/ssh/sshd_config line 7: keyword PrintMotd extra arguments at end of line /etc/ssh/sshd_config: terminating, 2 bad configuration options
Description
Languages
Shell
93%
Python
6.9%