SSH Key Management
The cluster discusses best practices for managing SSH keys, including configurations in .ssh/config, use of hardware keys, agent forwarding risks, and criticisms of centralized SSH key services or tools.
Activity Over Time
Top Contributors
Keywords
Sample Comments
Hardly, you can use .ssh/config to configure an SSH key just for this service.
i can recommend this link:Upgrade your SSH keys! https://blog.g3rt.nl/upgrade-your-ssh-keys.html?_utm_source=...
ssh -A is a thing. A risky thing, but so much better than keeping private keys on server.
No thank you. Use ~/.ssh/config with per-repo Host aliases and IdentityFile directives.
It's too bad this doesn't use .ssh/config
Getting access to SSH private keys might be an issue.
Does this handle management of SSH keys?
this is really cool but i would like to register more than one ssh key because i'm using hardware keys and if i physically loose the one key i wont be able to get in
Why use a shell script instead of adding to ~/.ssh/config?
All of your SSH keys in one place? SPOF much?