SSHBox is a simple and interactive CLI tool for managing and connecting to SSH sessions. It allows you to easily create, list, connect, and delete SSH sessions from the command line.
To get started with SSHBox:
-
Install the package globally:
npm install -g sshbox
-
Start using SSHBox:
sshbox
-
Create a new session:
sshbox new
Use this command to create a new SSH session by providing details like the host, port, username, and authentication method.
-
List all available sessions:
sshbox list
This command displays a list of all saved SSH sessions.
-
Connect to a session:
sshbox connect
Opens an interactive list of all saved sessions. Use the arrow keys to select a session and connect to it. Add the session name as an argumkent to directly connect to the session.
-
Delete a session:
sshbox delete
Opens an interactive list of all saved sessions. Use the arrow keys to select a session and delete it.