https://github.com/kizzycode/well_known_id_rsa
A well known SSH key usable for automatic deployment *in a secure environment*
https://github.com/kizzycode/well_known_id_rsa
Last synced: 21 days ago
JSON representation
A well known SSH key usable for automatic deployment *in a secure environment*
- Host: GitHub
- URL: https://github.com/kizzycode/well_known_id_rsa
- Owner: KizzyCode
- Created: 2020-09-21T11:32:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-21T21:49:34.000Z (over 5 years ago)
- Last Synced: 2025-02-06T04:44:16.755Z (12 months ago)
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# well_known_id_rsa
A well known SSH key usable for automatic deployment *in a secure environment* (similar to a default password).
The idea is that you can build disk images with this SSH key as `authorized_key` so that you have a default login option. Then you can automatically deploy the system e.g. using ansible and replace the `authorized_key`s with your real SSH keys.
__⚠️ A word of warning: ⚠️__ Obviously this has the same implications like using a well-known password; e.g. a `root:root` login, so only use this in a secure environment and remove the key during setup/deployment!