Initial commit
This commit is contained in:
2
createTunnel.sh.txt
Normal file
2
createTunnel.sh.txt
Normal file
@@ -0,0 +1,2 @@
|
||||
install -m 600 ./client/ssh/tunnel_ed25519 ~/.ssh/tunnel_ed25519
|
||||
ssh -p 2222 -v -N -T -R 0.0.0.0:9000:localhost:8080 -i ~/.ssh/tunnel_ed25519 -o ExitOnForwardFailure=yes tunnel@thinkcentre.local
|
||||
Reference in New Issue
Block a user