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
- Host: GitHub
- URL: https://github.com/devtical/myssh
- Owner: devtical
- License: apache-2.0
- Created: 2022-10-21T18:45:13.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T09:37:43.000Z (over 1 year ago)
- Last Synced: 2025-05-03T10:47:40.594Z (10 months ago)
- Topics: hacktoberfest, ssh
- Language: Rust
- Homepage: https://crates.io/crates/myssh
- Size: 354 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.

## 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.