|
1 | 1 | # 🔑 Keymaster |
2 | 2 |
|
| 3 | +[](https://weblate.stargazer.at/engage/keymaster/) |
| 4 | + |
3 | 5 | A lightweight, agentless SSH key manager that just does the job. |
4 | 6 |
|
5 | 7 | ## What is Keymaster? |
|
33 | 35 | - **Scriptable CLI:** All core features are available as command-line arguments, |
34 | 36 | making Keymaster perfect for automation. |
35 | 37 | - **Multi-Language Support:** The TUI is fully internationalized, with support |
36 | | - for English, German, and even Old English. |
| 38 | + for English and German (more to come with your help) |
37 | 39 | - **Flexible Backend:** Start with the default zero-config SQLite database, and |
38 | 40 | migrate to PostgreSQL or MySQL as your needs grow. |
39 | 41 |
|
@@ -151,6 +153,7 @@ keymaster import /path/to/authorized_keys |
151 | 153 |
|
152 | 154 | ```bash |
153 | 155 | keymaster export-ssh-client-config ~/.ssh/config |
| 156 | +``` |
154 | 157 |
|
155 | 158 | - **Database Management:** |
156 | 159 |
|
@@ -232,6 +235,16 @@ Keymaster is different. It's built on a simple premise: |
232 | 235 |
|
233 | 236 | It's designed for sysadmins and developers who want a straightforward, reliable way to control SSH access without the overhead. It's powerful enough for a fleet but simple enough for a home lab. |
234 | 237 |
|
| 238 | +## Contributing |
| 239 | +
|
| 240 | +Keymaster is an open-source project, and contributions are always welcome! Whether it's reporting a bug, submitting a feature request, or writing code, we appreciate your help. |
| 241 | +
|
| 242 | +We are particularly looking for help with **translations**. If you speak a language other than English, you can easily contribute through our [Weblate project](https://weblate.stargazer.at/engage/keymaster/). |
| 243 | +
|
| 244 | +Please read our [**Contributing Guidelines**](CONTRIBUTING.md) for details on our code conventions and the development process. All contributors are expected to follow our [**Code of Conduct**](CODE_OF_CONDUCT.md). |
| 245 | +
|
| 246 | +--- |
| 247 | +
|
235 | 248 | ## License |
236 | 249 |
|
237 | 250 | This project is licensed under the MIT License - see the `LICENSE` file for details. For a detailed list of third-party dependencies and their license texts, please see the `NOTICE.md` file. |
0 commit comments