[JSch-users] beginner ask for some help
Status: Alpha
Brought to you by:
ymnk
From: karim a. <kar...@gm...> - 2006-02-17 21:31:06
|
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 |