https://bugzilla.redhat.com/show_bug.cgi?id=1480507
M. Scherer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?([email protected] | |) | |needinfo?([email protected] | |om) | --- Comment #16 from M. Scherer <[email protected]> --- Ok so this was weird. We have the ssh key in place, in /root/.ss/id_georep, and it work: [root@slave23 .ssh]# ssh -i id_georep [email protected] id uid=0(root) gid=0(root) groups=0(root) context=unconfined_u:unconfined_r:unconfined_t:s0-s0:c0.c1023 And we have a symlink to the key, so we should use it right away: [root@slave23 .ssh]# ls -l id_rsa lrwxrwxrwx. 1 root root 20 Nov 3 17:56 id_rsa -> /root/.ssh/id_georep But it didn't work. Turn out that ssh verify the .pub and fail to load the key if it doesn't match. I am gonna fix this cluster wide. -- You are receiving this mail because: You are on the CC list for the bug. Unsubscribe from this bug https://bugzilla.redhat.com/token.cgi?t=aVLIKp5jLG&a=cc_unsubscribe _______________________________________________ Gluster-infra mailing list [email protected] http://lists.gluster.org/mailman/listinfo/gluster-infra
