[Bugs] [Bug 1480507] tests: Pre-requisite setup to run geo-rep test case on regression machines.
bugzilla at redhat.com
bugzilla at redhat.com
Thu Nov 23 08:31:16 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1480507
M. Scherer <mscherer at redhat.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Flags|needinfo?(nigelb at redhat.com |
|) |
|needinfo?(mscherer at redhat.c |
|om) |
--- Comment #16 from M. Scherer <mscherer at redhat.com> ---
Ok so this was weird.
We have the ssh key in place, in /root/.ss/id_georep, and it work:
[root at slave23 .ssh]# ssh -i id_georep root at 127.0.0.1 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 at 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.
You are the assignee for the bug.
More information about the Bugs
mailing list