stacki icon indicating copy to clipboard operation
stacki copied to clipboard

Prevent '.ssh/known_hosts' and MITM warnings

Open bsanders opened this issue 8 years ago • 1 comments

Would be nice to have a way to update known_hosts on the frontend to remove an installing backend's old ssh host key and replace it with its new one. Could be done with a CGI script called by the backend.

bsanders avatar Jun 13 '17 23:06 bsanders

Could also change this in /etc/ssh/ssh_known_hosts instead of /root/.ssh/. See https://linux.die.net/man/5/ssh_config "GlobalKnownHostsFile"

bsanders avatar Jun 13 '17 23:06 bsanders