commit
e3ce49c4f3
|
@ -64,7 +64,7 @@ Local Port: Local port to bind tunnel (Default 22)\n \n" 16 60 4\
|
||||||
read -r autossh_remoteport
|
read -r autossh_remoteport
|
||||||
read -r autossh_localport
|
read -r autossh_localport
|
||||||
touch /etc/config/autossh
|
touch /etc/config/autossh
|
||||||
uci set autossh.@autossh[0].ssh="-i /root/.ssh/id_rsa -N -T -R "$autossh_remoteport":localhost:"$autossh_localport" "$autossh_host" -p "$autossh_port""
|
uci set autossh.@autossh[0].ssh="-i /root/.ssh/id_rsa -N -T -R "$autossh_remoteport":localhost:"$autossh_localport" "$autossh_host" -p "$autossh_port" "
|
||||||
uci set autossh.@autossh[0].enabled="1"
|
uci set autossh.@autossh[0].enabled="1"
|
||||||
uci commit autossh
|
uci commit autossh
|
||||||
rm $CONF
|
rm $CONF
|
||||||
|
|
Loading…
Reference in New Issue