On Sun, 17 Feb 2019 09:24:53 -0500 sean darcy wrote:
any help appreciated
I gave up trying to deal with these issues because our lab at work is full of machines being re-genned every few weeks, so I wrote a little perl script I could run before ssh to update the ~/.ssh/known_hosts file by running ssh-keyscan and putting whatever it returns in place of any existing entries in known_hosts :-).
Never quite got ambitious enough to make an alias for ssh that would just always run this first though.