December 16, 2017
Host Key out of Date
Have you ever tried to ssh to a test cell and received an error that the host key was out of date?
Execute the following statement to automatically remove key reference lines of the specified hostname/ip address from the known_hosts file:
ssh-keygen -R [ hostname/ip_address ]