Re: Wagon SSH/SCP configuration

2019-02-14 Thread Anthony Whitford
Wouldn’t one typically specify a privateKey and passphrase, instead of a password, when using SSH? I see that there is a NullKnownHostProvider , so

Wagon SSH/SCP configuration

2019-02-14 Thread Sean James
I am trying to use wagon ssh to scp files to a system. The source systems are created on the fly so I cannot add them to the known hosts file like I would normally do. From a terminal on these ad hoc systems I can use the "-o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no" options, but wh