Drop autossh temporarily

This commit is contained in:
mathiascode 2019-11-10 15:36:44 +02:00
parent 9341e3546c
commit 0916ed5ef6

View file

@ -1,3 +1,3 @@
#!/bin/sh
export AUTOSSH_POLL=30
autossh -M 25564 -i ~/.ssh/remote -o StrictHostKeyChecking=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -C -S none -N -T -R 25565:localhost:25565 remote@play.kaboom.pw
#export AUTOSSH_POLL=30
ssh -i ~/.ssh/remote -o StrictHostKeyChecking=no -o ExitOnForwardFailure=yes -o StreamLocalBindUnlink=yes -c aes128-ctr -C -S none -N -T -R 25565:localhost:25565 remote@play.kaboom.pw