Hi
for our project we'decided to go with jsch to perform sftp base file
transfers.
our java applicatiom shall perform e file transfer using public key
authentication
(without password)
However, from the beginning we though that password of the foreign account
would be provided,
Actually I only have the remote account.
My application runs under a given user id for which I generated a key using
ssh-keygen.
This key has been added to the authorized_keys file in the .ssh directory
in the home
directory of the account on wich I sftp over.
it fails. Is there anything setting or configuration with the jsch api to
performed this?
Thanks for your help
Karim
|