https://github.com/grzegorzwalewski/ssh-keep-alive
How to keep Your ssh session online
https://github.com/grzegorzwalewski/ssh-keep-alive
Last synced: 3 months ago
JSON representation
How to keep Your ssh session online
- Host: GitHub
- URL: https://github.com/grzegorzwalewski/ssh-keep-alive
- Owner: GrzegorzWalewski
- Created: 2023-01-18T08:40:50.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-18T08:44:47.000Z (over 2 years ago)
- Last Synced: 2025-01-15T21:47:27.552Z (5 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ssh-keep-alive
How to keep Your ssh session online## How to:
1. Put file config inside of `~/.ssh/` dir## How it works:
Ssh sends keep-alive packets to server every 4 minutes. This way we keep saing server "hey im still using this connection, don't kill me"