Skip to content

Commit

Permalink
Merge pull request #4338 from teejae/enable-sshd-gateway-ports
Browse files Browse the repository at this point in the history
Enable GatewayPorts in sshd_config, for proxying in services into minikube
  • Loading branch information
tstromberg authored May 24, 2019
2 parents d327f19 + 6a9031a commit 2f0ee32
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ AuthorizedKeysFile .ssh/authorized_keys

#AllowAgentForwarding yes
#AllowTcpForwarding yes
#GatewayPorts no
GatewayPorts yes
#X11Forwarding no
#X11DisplayOffset 10
#X11UseLocalhost yes
Expand Down

0 comments on commit 2f0ee32

Please sign in to comment.