<div dir="ltr">I was trying to follow the steps for this as mentioned at <a href="https://access.redhat.com/solutions/2485621/">https://access.redhat.com/solutions/2485621/</a>. One difference is that in my case, the servers are running Ubuntu Server 16.04 LTS and are using gluster 3.12.8 from <a href="https://www.gluster.org/">https://www.gluster.org/</a>.<br><br>Passwordless SSH seems to be working for a non-root user from the master node being <a href="http://node1.test.com">node1.test.com</a>.<br># ssh -24q <a href="mailto:geouser@node2.test.com">geouser@node2.test.com</a> hostname<br>node2<br><br>Ran through the first few steps fine, but had a failure when trying the pem-file setup on the slave node being <a href="http://node2.test.com">node2.test.com</a>.<br># gluster system:: execute gsec_create<br>Common secret pub file present at /var/lib/glusterd/geo-replication/common_secret.pem.pub<br><br># gluster volume geo-replication archives_master geouser@node2.test.com::archives_slave create push-pem<br>Session between archives_master and geouser@node2.test.com::archives_slave is already created.<br>geo-replication command failed<br><br># /usr/lib/x86_64-linux-gnu/glusterfs/set_geo_rep_pem_keys.sh geouser archives_master archives_slave<br>Successfully copied file.<br>Commit failed on <a href="http://node1.test.com">node1.test.com</a>. Error: Unable to end. Error : Success<br><br>I&#39;m not sure what to try next.<br><br></div>