Skip to content

Commit aa2eabb

Browse files
authored
Update README.md
1 parent f566858 commit aa2eabb

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# fssh - Secure and Simple SSH Key Management
1+
# fssh Secure macOS SSH Key Manager with Touch ID & OTP Support
22

33
![Touch ID Fingerprint](images/finger.png)
44

@@ -9,6 +9,11 @@ fssh is a macOS-only SSH key management tool that solves two common pain points:
99
1. **Entering private key passphrase every SSH login** → fssh lets you unlock with Touch ID or One-Time Password (OTP)
1010
2. **Forgetting server aliases in `~/.ssh/config`** → fssh provides an interactive shell with Tab completion for quick connections
1111

12+
## Why use fssh for macOS SSH Management?
13+
If you are looking for a more secure alternative to ssh-agent on macOS, fssh provides:
14+
Biometric SSH Authentication: Use Touch ID to unlock SSH keys instead of typing long passphrases.
15+
Two-Factor Authentication (2FA) for SSH: Add an extra layer of security with TOTP/OTP for private keys.
16+
SSH Alias Discovery: Never forget your ~/.ssh/config aliases again with an interactive shell and tab-completion.
1217
## How It Works
1318

1419
```

0 commit comments

Comments
 (0)