So you mean that I have to "install" the key and not be able to use as a 
"simple file"? I ask because I need to make "transparent" to my app users an 
access in upload to an sftp server... without giving a password to every user...

On Mon, 27 Apr 2020 10:43:06 +0200, Christian Schmitz wrote:
> 
> 
>> 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

------

Sergio Tamborini
Brescia
http://www.system-i.it


"C'è un equivoco di fondo. Si dice che il politico che ha avuto frequentazioni 
mafiose, se non viene giudicato colpevole dalla magistratura, è un uomo onesto. 
No! La magistratura può fare solo accertamenti di carattere giudiziale. Le 
istituzioni hanno il dovere di estromettere gli uomini politici vicini alla 
mafia, per essere oneste e apparire tali"

"There is a basic misunderstanding. It is said that political mafia has had 
acquaintances, if not found guilty by the courts, is an honest man. No. The 
judiciary can only do the findings of a judicial nature. Institutions have a 
duty to oust politicians close to the mafia, to be honest, these look "

Paolo Borsellino

_______________________________________________
mbsplugins@monkeybreadsoftware.info mailing list
%(list_address)s
https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to