keyward
Share on:
Enter Your Mastodon Instance
Copy the link below to share to Mastodon
https://terminaltrove.com/keyward/
A TUI to manage SSH keys and audit your SSH security.
Script Preview
Review this script before executing in your terminal.

keyward is a TUI and CLI tool for managing SSH keys, SSH configuration, security checks and encrypted backups from the terminal.
It can discover Ed25519 / RSA keys in common folders or user-defined folders, plus you can edit known host entries inside of keyward. It can also inspect, generate, and rotate or delete keys under the SSH Keys section which you can view all the details of any selected key.
This tool comes with an audit feature that gives a security graded assessment from A to F (A meaning strong security, F meaning weak security) with tips to improve the security of the key. The keyward vault and its backups are protected by a master password that you set, and it can be integrated into a CI system with its scripting system.
For those who are developers, system administrators, or those in DevOps may find keyward useful as an all-in-one tool for securely generating keys and managing SSH servers without needing to use separate tools with many CLI flags to achieve the same result.

