ssh keys work fine from the command line,
==========
[root@ovirt1 host-deploy]# uname -a
Linux
ovirt1.ods.graywitch.co.nz 3.10.0-327.36.2.el7.x86_64 #1 SMP Mon Oct 10 23:08:37 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux
[root@ovirt1 host-deploy]# ssh glusterp1
Last login: Wed Nov 2 10:46:58 2016 from
ovirt1.ods.graywitch.co.nz[root@glusterp1 ~]# ^C
[root@glusterp1 ~]# logout
Connection to glusterp1 closed.
[root@ovirt1 host-deploy]# ssh glusterp2
Last login: Wed Nov 2 10:14:09 2016
[root@glusterp2 ~]# logout
Connection to glusterp2 closed.
[root@ovirt1 host-deploy]# ssh glusterp3
Last login: Wed Nov 2 10:14:19 2016
[root@glusterp3 ~]# logout
Connection to glusterp3 closed.
[root@ovirt1 host-deploy]#
==========