Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.09 KB

File metadata and controls

56 lines (33 loc) · 1.09 KB

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.