> Am 27.04.2020 um 10:27 schrieb Sergio Tamborini <ml_ser...@system-i.it>:
>
> Hi there...
> I need to log into an sftp server without user and password but with a
> private key. I read URLSMBS.OptionSSLKey that "The string should be the file
> name of your private key". So I don't understand if I have to indicate the
> full path or other... I've tried something like
> "/Users/sergio/Documents/test/mykey" or "test/mykey" assuming the app
> compiled in debug mode is in Documents folder...
You use e.g.
OptionSSHPrivateKeyfile = "/Users/jameykey/.ssh/id_rsa"
OptionSSHPublicKeyfile = "/Users/jameykey/.ssh/id_rsa.pub"
OptionUsername = username
So you point to public and/or private file.
You may also provide OptionKeyPassword for the password to the file if needed.
Sincerely
Christian
--
Read our blog about news on our plugins:
http://www.mbsplugins.de/
_______________________________________________
mbsplugins@monkeybreadsoftware.info mailing list
%(list_address)s
https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info