I removed a public key in authorized_keys
for a computer that I've lost.
I have some servers running on the Debian and am afraid that a reboot would cause some trouble.
However, I can't verify whether the lost-computer can still log in via the key.
Am I all good now or do I still need a reboot?
I'm using Debian 10.
You do not, regardless of the distro, version or even the operating system type.
authorized_keys
file contains SSH public key database for certain user and is not used in bootstrap sequence nor in multiuser boot routine.You can even delete the whole file and it's absence will not break the boot up process.
SSH daemon checks the
authorized_keys
while when a client SSH is connecting to it. Therefore the updates to the file are applied immediately.