Skip to content

Instantly share code, notes, and snippets.

@aimtiaz11
Last active September 6, 2023 11:26
Show Gist options
  • Save aimtiaz11/3ed0ae2b9aa0428926252969839553bf to your computer and use it in GitHub Desktop.
Save aimtiaz11/3ed0ae2b9aa0428926252969839553bf to your computer and use it in GitHub Desktop.
Linux: Keeping Putty Session Alive

Linux: Keeping Putty Session Alive

Set to alias or copy paste to terminal to keep session alive.

while true; do echo "hello" > /dev/null; sleep 25; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment