An open API service indexing awesome lists of open source software.

https://github.com/devtical/myssh

Checking for existing SSH keys
https://github.com/devtical/myssh

hacktoberfest ssh

Last synced: 6 months ago
JSON representation

Checking for existing SSH keys

Awesome Lists containing this project

README

          

# MySSH

MySSH is a simple tool to check for existing SSH keys in your `.ssh` directory and view their contents.

![Cover](art/cover.png)

## Installation

You can install MySSH using Homebrew:

### Step 1: Add the formula to Homebrew

If this is your first time installing from the `devtical` tap, you'll need to add it:

```bash
brew tap devtical/formulae
```

### Step 2: Install MySSH

After adding the tap, install MySSH by running:

```bash
brew install devtical/formulae/myssh
```

## Usage

Once installed, you can run MySSH directly from your terminal:

```bash
myssh
```

This will display a list of SSH keys available in your `.ssh` directory. Select any key to view its contents.

## License

This project is licensed under the Apache License 2.0. See the [LICENSE](LICENSE) file for more details.