stacki
stacki copied to clipboard
Prevent '.ssh/known_hosts' and MITM warnings
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.
Could also change this in /etc/ssh/ssh_known_hosts instead of /root/.ssh/. See https://linux.die.net/man/5/ssh_config "GlobalKnownHostsFile"