This script is a simple CLI (Command Line Interface) SSH connection manager ,you can easily manage your SSH connections via the CLI without having to remember ip/hosts, ports , etc.
- Easily manage your SSH connections and connect to them quickly.
- Add new SSH connections.
- Edit exsisting SSH connections
- Delete old SSH connections.
- SSH Client
- Bash (version 4.0 or later)
- Clone the repository:
git clone https://github.com/itachi1621/ssh-manager.git
- Move into the cloned directory with
cd ssh-manager
- Make the script executable with
chmod +x ssh-manager.sh
- Execute the script using
./ssh-manager.sh
cp ssh-manager.sh $HOME/.local/bin/ssh-manager
sudo cp ssh-manager.sh /usr/local/bin/ssh-manager
Main Menu
Add New SSH Connection
Edit SSH Connection
Connect to saved SSH Connection
List saved SSH connections
Delete a saved SSH connection
- Ubuntu Server 22.04 LTS
- Ubuntu 22.04 LTS
- Ubuntu Server 20.04 LTS
- Debian 12
This script is licensed under the MIT License.