Skip to content

Commit a4e0820

Browse files
quentinmitroot
authored and
root
committed
Block port forwarding on VIPs
1 parent d67e1e1 commit a4e0820

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

server/fedora/config/etc/ssh/sshd_config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,8 @@ HostbasedAuthentication yes
2222
IgnoreRhosts yes
2323
IgnoreUserKnownHosts yes
2424
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

Comments
 (0)