1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2026-04-26 21:04:16 +02:00

ignore Match blocks

This commit is contained in:
Kelly Brazil
2022-10-28 16:36:52 -07:00
parent a27110ebe5
commit d7cfa38eee
2 changed files with 33 additions and 4 deletions
+17 -4
View File
@@ -14,14 +14,27 @@
# SELinux about this change.
# semanage port -a -t ssh_port_t -p tcp #PORTNUMBER
#
#Port 22
#AddressFamily any
#ListenAddress 0.0.0.0
#ListenAddress ::
Port 22
AddressFamily any
ListenAddress 0.0.0.0
ListenAddress ::
Match group chroot
this should be ignored
this line too should be ignored
keep ignoring
Match all
HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_dsa_key
HostKey /etc/ssh/ssh_host_ecdsa_key
Match group anything
ignore this
don't look at this
Match all
HostKey /etc/ssh/ssh_host_ed25519_key
# Ciphers and keying