cancel
Showing results for 
Search instead for 
Did you mean: 

Dual Authentication. SFTP reciever adapter

Former Member
0 Kudos

Hi.

I have a case where I have to use private key and password.

My question is. How do I set up the Additional parameters in Advanced Mode.

This is a clip from note 2028233.

auth.method.privatekey - A boolean, which enables two factor authentication

privatekey.view - The view name of the Private key

privatekey.entry - The private key name

Privatekey.view and privatekey.entry I think I i know, but not  auth.method.privatekey.

Regards

Per Arne

Accepted Solutions (1)

Accepted Solutions (1)

engswee
Active Contributor
0 Kudos

Per-Arne

Refer to the following. The default value for auth.method.privatekey is false, so try out Muni's suggestion.

Rgds

Eng Swee

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Muni and Eng.

It works now.

false was the solution.

Best Regards

Per Arne

Muniyappan
Active Contributor
0 Kudos

it should be "true" correct?

what do you get when you use "true"?

engswee
Active Contributor
0 Kudos

I'm curious, you want to use two factor authentication. Why then would "false" be the solution? Shouldn't it be "true"?

Muniyappan
Active Contributor
0 Kudos

it should be either true or false as it is Boolean.

provide value as true and test it.