Skip to content

devtical/myssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySSH

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

Cover

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:

brew tap devtical/formulae

Step 2: Install MySSH

After adding the tap, install MySSH by running:

brew install devtical/formulae/myssh

Usage

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

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 file for more details.