Giter Club home page Giter Club logo

mssh's Introduction

mssh - Manage SSH Sessions

mssh is a command-line tool designed to simplify the management of SSH sessions, allowing users to easily add, delete, and connect to SSH servers. With a user-friendly interface, mssh streamlines the process of handling multiple SSH connections by providing a neat, organized list of your servers.

Features

  • List SSH Sessions: Display all saved SSH sessions in a tabular format, including details like server name, user@IP, port, and custom comments.
  • Add New Sessions: Easily add new SSH sessions with details such as server name, user@IP, port, and an optional comment.
  • Delete Sessions: Remove sessions you no longer need from the list.
  • Edit Sessions: Modify existing session details.
  • Connect to Sessions: Initiate an SSH connection to a selected server with a simple menu selection.

Installation

  1. Clone the repository or download the mssh script:

    git clone https://github.com/schmitty2535/mssh.git
  2. Move the mssh script to a location in your PATH (e.g., /usr/local/bin or ~/bin for macOS and Linux users):

    chmod +x mssh
    mv mssh /usr/local/bin/mssh
  3. Ensure mssh is executable:

    chmod +x /usr/local/bin/mssh

Usage

To start managing your SSH sessions, simply run:

mssh

Follow the on-screen prompts to add, delete, edit, or connect to your SSH sessions.

Configuration

The mssh tool stores session data in a text file located at ~/.mssh_sessions. This file is automatically created and updated as you add, delete, or edit your sessions.

Requirements

Bash 4.0 or higher. SSH client installed on your system.

Contributing

Contributions to mssh are welcome! Feel free to open issues for bugs or suggestions and submit pull requests with improvements.

License

This project is licensed under the MIT License - see the LICENSE file for details.

mssh's People

Contributors

schmitty2535 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.