Line 760:
Line 760:
===== Affa stops working after prodserver was rebuild. =====
===== Affa stops working after prodserver was rebuild. =====
'''Description:'''
'''Description:'''
−
* This is probably due to the key for prodserver that is stored on the affaserver no longer matches the key of prodserver.
* When affaserver tries to make an ssh connection to prodserver it fails and you get this message: "SSH connection to ''prodserver ip'' failed. Did you send the public key".
* When affaserver tries to make an ssh connection to prodserver it fails and you get this message: "SSH connection to ''prodserver ip'' failed. Did you send the public key".
* Resending the keys does not solve the problem. You need remove the existing key so that the next ssh connection re-gets the keys from prodserver.
* Resending the keys does not solve the problem. You need remove the existing key so that the next ssh connection re-gets the keys from prodserver.
'''Solution:'''
'''Solution:'''
−
+
* This is probably due to the key for prodserver that is stored on the affaserver no longer matches the key of prodserver.
−
From the command line edit the /root/.ssh/known_hosts file and remove the line for prodserver. It starts with: ''prodserver ip'' ssh-rsa
+
* From the command line edit the /root/.ssh/known_hosts file and remove the line for prodserver. It starts with: ''prodserver ip'' ssh-rsa
=== Bug report ===
=== Bug report ===