If a user can access a remote machine using SSH ok but then their static IP address changes and they find they can't access the machine, what's the problem?
I don't want to destroy the user's current public key by generating a new one because then they won't be able to SSH in other machines where their old public key was!
How do you get around this?
Many thanks.