當我們使用 Pietty(putty)與伺服器做 SSH 連線時,只要使用者閒置一段時間就會自動斷線,我們要如果讓 Pietty 保持連線呢?
首先,修改伺服器上 SSH 的設定檔
/etc/ssh/sshd_config
------------------------------------
#TCPKeepAlive yes
#ClientAliveInterval 0
#ClientAliveCountMax 3
/etc/ssh/sshd_config
------------------------------------
#TCPKeepAlive yes
#ClientAliveInterval 0
#ClientAliveCountMax 3
將前面的 # 拿掉
TCPKeepAlive yes
ClientAliveInterval 0
ClientAliveCountMax 3
TCPKeepAlive yes
ClientAliveInterval 0
ClientAliveCountMax 3
接下來修改 Pietty 的參數,進入”PieTTY 連線設定”。
選擇「Connection」項目,左邊將「Seconds between keepalives [0 to turn off]」輸入你所需要每隔幾秒,傳送一個封包訊息保持連線。
沒有留言:
張貼留言