mirror of
https://github.com/kaboomserver/buildpack.git
synced 2025-08-04 03:15:37 +00:00
Drop autossh temporarily
This commit is contained in:
parent
9341e3546c
commit
0916ed5ef6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue