How to properly manage SSH keys for server access

How to properly manage ssh keys for server access :: Päpper’s Coding Blog — Have fun coding…
Every developer needs access to some servers for example to check the application logs.
Usually, this is done using public-private key encryption where each developer generates their own public-private key pair. The public keys of each developer are added to the authorized_keys file on each server they should have access to.
Painful manual changes So far so good. However, what happens when one developer leaves the company?
In that case, the public keys of that developer should be removed from all servers.

This was posted by one of our members via one of our automated news source trackers. If you feel this thread could be in a better category or could include better tags and you are at Trust Level 3 or higher, please feel free to move/edit it :+1:

Corresponding tweet for this thread: