When ssh authentication are resolved, opennmole looks for the authentication with the lowest index from which the hostname matches: ".*" + login + "@" + target + ".*"

To add authentication :
 - SSHAuthentication() += add an authentication at the last index
 - SSHAuthentication(index) = add it at given index.

+= would be preferable.

cheers,
Romain

Le 29/04/2015 17:50, Andreas Schuh a écrit :
Hi,

I was wondering about the difference between

   SSHAuthentication(0) = …

and

   SSHAuthentication += …

Which one of these is preferable ? When I use the second version, can I add 
multiple different authentication methods and OpenMOLE will try each one of 
them to submit jobs to different environments ? What happens when I add the 
same authentication method multiple times (i.e., the same private SSH key ?). 
Does that cause any problems ?

Cheers,
Andreas
_______________________________________________
OpenMOLE-users mailing list
[email protected]
http://fedex.iscpif.fr/mailman/listinfo/openmole-users


Attachment: smime.p7s
Description: Signature cryptographique S/MIME

_______________________________________________
OpenMOLE-users mailing list
[email protected]
http://fedex.iscpif.fr/mailman/listinfo/openmole-users

Reply via email to