You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's the sshd -T feature. It checks the validity of the /etc/ssh/sshd_config configuration file and outputs the effective configuration to stdout and then exits.
I thought this may be an interesting and easy way to audit the effective server settings.
I.e. it would be possible to not only check the configured algorithms but also insecure or dangerous features (e.g. X11Forwarding, Agent-Forwarding, etc).
Obviously, this check would only run locally (i.e. not remote) but it would make sshd hardening easier.
The text was updated successfully, but these errors were encountered:
There's the
sshd -T
feature. It checks the validity of the/etc/ssh/sshd_config
configuration file and outputs the effective configuration to stdout and then exits.I thought this may be an interesting and easy way to audit the effective server settings.
I.e. it would be possible to not only check the configured algorithms but also insecure or dangerous features (e.g. X11Forwarding, Agent-Forwarding, etc).
Obviously, this check would only run locally (i.e. not remote) but it would make sshd hardening easier.
The text was updated successfully, but these errors were encountered: