Fixed
Hi,
For this particular error, "permission denied", unfortunately I didn't find any log in log file.
After some investigations I realized that I have to assign following parameters values in sessionOptions, they were not provided in the example I used:
and
or
All works now.
Thank you!
Best regards
Gérard
For this particular error, "permission denied", unfortunately I didn't find any log in log file.
After some investigations I realized that I have to assign following parameters values in sessionOptions, they were not provided in the example I used:
sessionOptions.PortNumber
and
sessionOptions.SshPrivateKeyPath
when using an ssh key file
or
sessionOptions.Password
when using password directly
All works now.
Thank you!
Best regards
Gérard