Line 759:
Line 759:
=== Troubleshooting ===
=== Troubleshooting ===
===== Affa stops working after prodserver was rebuild. =====
===== Affa stops working after prodserver was rebuild. =====
+
'''Symptom:'''
* This is probably due to the key for prodserver that is stored on the affaserver no longer matches the key of prodserver.
* 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 keys?".
+
* 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:''' From the command line edit the /root/.ssh/known_hosts file and remove the line for prodserver. It starts with: ''prodserver ip'' ssh-rsa
+
'''Solution:'''
+
+
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 ===