Right, so thankfully my brain was in gear and I think I worked out this one before I spent too long on rebuilding servers and suchlike.
When you have a Master/Replica situation going on, the Replica connects to the Master using an SSH root logon by supplying the Master’s root password. So far, so good.
Not if you’ve rolled your own OpenSSH (or like me, got Fink to do it for you) and locked the access down to public key pairs by using “PasswordAuthentication no” and specifically denied root access with “PermitRootLogin no”
I have to experiment by allowing root and password logins, but I’m confident I know what the problem is.
My question is. Does anyone know a way to allow Master/Replica without root login (very probably not possible) or at least using public keys between servers (more likely possible)?
/edit: I’m betting this old hat, yet my “Google skilz” are proving inadequate to the task of finding anything about it.
Comments are closed