3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

puttyのsshが自動で切れないようにする(Keepalive)

Last updated at Posted at 2022-07-07

スクリプトを垂れ流しているのですが、puttyのssh接続が30~60分くらいで切れてしまうので困っていました。
というわけで、putty側の設定からKeepaliveを設定します。

1.puttyの[設定の変更]から、[接続]を開きます。

putty_session.png

2.[セッションをアクティブに保つためのnullパケットの送信]で、適当な秒数間隔を指定します。

putty_keepalive.png

おわりに

自動でパケットを送ってくれるので、非アクティブ扱いの切断はなくなります。
ただ、切らない限り繋げっぱなしになるので、セキュリティ面は十分注意が必要です。
設定を保存せずに、セッションごとに設定するほうが良いかも。

3
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
3
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?