readonly
unset
ssh -NfR 8080:localhost:80 user@remote_host
autossh -M 23333 -NfR 8080:localhost:80 user@remote_host
for i in (ag -s 'from' -l);sed 's/from/to/g' $i -i;end