assh assists in automatically reconnecting an SSH connection if it happens to drop.
demo video: https://www.youtube.com/watch?v=EAjosu4AVGQ
you can install assh by running the following command in your terminal:
Note: this will require sudo privileges, as it will install the script to /usr/local/bin/assh
curl --silent -o- https://raw.githubusercontent.com/meanii/assh/main/install.sh | sudo bash
assh <ssh-connection-string>