We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d67e1e1 commit a4e0820Copy full SHA for a4e0820
server/fedora/config/etc/ssh/sshd_config
@@ -22,3 +22,8 @@ HostbasedAuthentication yes
22
IgnoreRhosts yes
23
IgnoreUserKnownHosts yes
24
DenyUsers root@old-faithful.mit.edu root@better-mousetrap.mit.edu root@bees-knees.mit.edu root@cats-whiskers.mit.edu root@pancake-bunny.mit.edu root@busy-beaver.mit.edu root@real-mccoy.mit.edu root@whole-enchilada.mit.edu root@shining-armor.mit.edu root@golden-egg.mit.edu root@miracle-cure.mit.edu root@lucky-star.mit.edu
25
+
26
+# Must come last because F20 sshd doesn't support "Match All"
27
+Match LocalAddress 18.4.86.43,18.4.86.50,18.4.86.46,18.4.86.29
28
+AllowAgentForwarding no
29
+AllowTcpForwarding no
0 commit comments