Skip to content

Commit 0de7b87

Browse files
committed
allow to bind to non-loopback addresses
1 parent b28abfd commit 0de7b87

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
v0.1.0
1+
v0.1.1

files/sshd_config-template

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ UsePAM no
1111
AllowStreamLocalForwarding no
1212
AllowTcpForwarding yes
1313
ForceCommand sleep infinity
14+
GatewayPorts clientspecified
1415
PermitListen ###PERMIT_LISTEN###
1516
PermitOpen ###PERMIT_OPEN###
1617
Port 22

0 commit comments

Comments
 (0)