packages/net/autossh/files/autossh.config
2018-10-18 16:56:47 +08:00

7 lines
178 B
Plaintext

config autossh
option ssh '-i /etc/dropbear/id_rsa -N -T -R 2222:localhost:22 user@host'
option gatetime '0'
option monitorport '20000'
option poll '600'
option enabled '0'