diff options
Diffstat (limited to 'portforward.sh')
-rwxr-xr-x | portforward.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/portforward.sh b/portforward.sh new file mode 100755 index 0000000..2009574 --- /dev/null +++ b/portforward.sh @@ -0,0 +1 @@ +ssh -t -R 25:localhost:2500 nea89.moe "firewall-cmd --zone=public --add-port=25/tcp;/bin/bash" |