diff options
| author | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2025-02-24 17:18:18 +0700 |
|---|---|---|
| committer | Ngô Ngọc Đức Huy <huyngo@disroot.org> | 2025-12-07 23:56:37 +0700 |
| commit | 4d08cadc4f6e732dcce3213eb87166075a99cd53 (patch) | |
| tree | 8845efa44e1bf8cebcaed7bde2fc12817f08a849 /content/sw-notes/ssh-timeout.md | |
| parent | 55297f3b0adcaabb876c18074be73238a4a53619 (diff) | |
| download | blog-4d08cadc4f6e732dcce3213eb87166075a99cd53.tar.gz | |
Remove translations
Diffstat (limited to 'content/sw-notes/ssh-timeout.md')
| -rw-r--r-- | content/sw-notes/ssh-timeout.md | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/content/sw-notes/ssh-timeout.md b/content/sw-notes/ssh-timeout.md deleted file mode 100644 index fdb53d9..0000000 --- a/content/sw-notes/ssh-timeout.md +++ /dev/null @@ -1,20 +0,0 @@ ---- -title: "How to prevent SSH timeout from hanging your terminal" -date: 2025-03-17 -draft: true -lang: en -categories: [ blog ] -tags: [] -translationKey: "ssh-timeout" ---- - -Sometimes, I open an SSH session and then forget about it. When I get back to it, it hangs indefinitely, without a way to close it other than closing the terminal. - -To avoid this, add this to the client config: - -```sshconfig -Host * - ServerAliveInterval 100 -``` - -If you're disconnected from the SSH server, you'll get this message `Timeout, server example.com not responding.` and the connection is terminated. |
