MySSH is a simple tool to check for existing SSH keys in your .ssh
directory and view their contents.
You can install MySSH using Homebrew:
If this is your first time installing from the devtical
tap, you'll need to add it:
brew tap devtical/formulae
After adding the tap, install MySSH by running:
brew install devtical/formulae/myssh
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.
This project is licensed under the Apache License 2.0. See the LICENSE file for more details.