Skip to content

Instantly share code, notes, and snippets.

View j-refs's full-sized avatar
❤️‍🔥
On a Roll!

Werlious j-refs

❤️‍🔥
On a Roll!
View GitHub Profile
@j-refs
j-refs / sshd_config
Created May 21, 2024 05:31 — forked from kjellski/sshd_config
This is an example real-world sshd_config with a nice little example at the end. A match clause that enables different setting for specific ranges than general settings...
# This is the sshd server system-wide configuration file. See
# sshd_config(5) for more information.
# This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin
# The strategy used for options in the default sshd_config shipped with
# OpenSSH is to specify options with their default value where
# possible, but leave them commented. Uncommented options change a
# default value.