SftpAuthPubKey - lluccia/otroslogviewer GitHub Wiki
Introduction
Hack to authorize user by public key
Details
To connect SFTP using public key authorization you have to:
- Your key have toPrepare your key, it have to be without paraphrase. Passphrase can be removed by command:
'$ssh-keygen -p -P passphrase -f keyfile'
- In start script set variable "-Dvfs.Identities" with path to your key