[問題] autossh 開機自動

作者: yshihyu (yshihyu)   2017-07-07 19:00:29
我家裡電腦在 ~/.profile 底下加上下面指令可以成功建起 tunnel
nohup autossh -M 23456 -NfR 8888:localhost:22 [email protected]/*
作者: kenduest (小州)   2017-07-07 19:02:00
.profile 那是個人登入時候會執行的腳本檔案應該不會有所謂開機時候自己啟動這個功能不過也許你的系統有開機時候啟動X,有自動登入該帳號這類或許可能會執行到?純個人猜測
作者: dearlove (初現)   2017-07-07 19:05:00
寫在 /etc/rc.local
作者: kenduest (小州)   2017-07-07 19:09:00
/etc/rc.local 之外,若你系統是使用新的 linux 版本有採用 systemd 的話可採用他的運作額外配置方式
作者: chang505 (眼線)   2017-07-07 19:47:00
自寫看門狗丟在crontab就好
作者: qsort (Cos)   2017-07-11 21:26:00
autossh不是ssh,autossh要是需要ssh來連線,只是autossh會檢查ssh結束的return code,再決定要不要重叫ssh建議不要用autossh -M的功能,改用ssh ServerAliveInterval和ServerAliveCountMax,這個透過ssh session tunnel做pingpong test, 優點: 少用兩個port, 可以透過strace看ssh是否nohup也不需要了,autossh有-f可以直接丟背景但一定要配合和ssh的-N和key-based authentication例如: autossh -f -N -o ServerAliveInterval=15 ip.ip.ip.注意: -f的位置一定要出現在ssh的參數之前"man ssh_config"有說明ServerAliveInterval的用法
繼續閱讀
[閒聊] RedHat 7qoooooooo123[問題] ubuntu 16.04 Macbook pro FN key問題chengreg[問題] 筆電外接螢幕owem0410[問題] VMware CentOS7 網路問題clv[問題] [email protected]

Links booklink

Contact Us: admin [ a t ] ucptt.com