https://bugs.contribs.org/show_bug.cgi?id=10783

--- Comment #8 from John Crisp <[email protected]> ---
The long version ;-)

After a a long session with Testing 'Saint' Terry I can tell you it almost
works.
But not quite.

The issue is ssh.

By default it is lazy and just checks for these 3 keys:

debug1: Trying private key: /root/.ssh/id_rsa
debug1: Trying private key: /root/.ssh/id_dsa
debug1: Trying private key: /root/.ssh/id_ecdsa

If it can't find them it defaults to password.

Which means it won't pick up our shiny new key called id_rsa_affa

The solution is to tidy some the ssh calls in the Affa file and add this an
option:

-i /root/.ssh/id_rsa_affa

Unfortunately the lines that call ssh are a bit messy and inconsistent so I
need to tidy them and then add this.

I'll try and get it done ASAIC

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to