Page 1 of 1

SFTP: Pass SSH key as parameter

Posted: Thu Oct 31, 2013 5:42 pm
by support
You can pass SSH key (OpenSSH format) as applet parameter:
<PARAM NAME="param5" VALUE="keyfile">
<PARAM NAME="param5" VALUE="sshkey://YOURKEYSTRINGHERE">

Re: SFTP: Pass SSH key as parameter

Posted: Fri Jul 18, 2014 2:03 pm
by pape.diop
Are you sure about those parameter ?
It seeems to me that your second line erase the fist one.

Regards,
Pape DIOP

Re: SFTP: Pass SSH key as parameter

Posted: Sun Aug 24, 2014 12:37 pm
by support
True,
<PARAM NAME="param5" VALUE="keyfile">
<PARAM NAME="value5" VALUE="sshkey://YOURKEYSTRINGHERE">