meanii / assh

assh assists in automatically reconnecting an SSH connection if it happens to drop.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

assh

assh assists in automatically reconnecting an SSH connection if it happens to drop.

demo video: https://www.youtube.com/watch?v=EAjosu4AVGQ

Installation

Prerequisites

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 

Usage

assh <ssh-connection-string>

About

assh assists in automatically reconnecting an SSH connection if it happens to drop.

License:The Unlicense


Languages

Language:Shell 100.0%