Skip to content

charlesbobbit/sshbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSHBox

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.

Installation

To get started with SSHBox:

  1. Install the package globally:

    npm install -g sshbox
  2. Start using SSHBox:

    sshbox

Commands

  • 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.

About

An Interactive CLI tool to manage SSH sessions

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published