I'm trying to connect to a SFTP server. Had never setup a ssh key pair with this server, but LFTP keeps asking for passphrase.
If I use SFTP command, it works (by skipping passphrase and enter password). What is causing LFTP to ask for passphrase? LFTP version ================================ /export/home/sassys> lftp -v LFTP | Version 3.7.3 | Copyright (c) 1996-2008 Alexander V. Lukyanov LFTP log ================================ /export/home/sassys> lftp lftp :~> debug 10 lftp :~> set ftp:ssl-allow false lftp :~> open sftp://clients.acme.com:22 lftp clients.acme.com:~> user user1 password notice: cannot open /export/home/user1/.netrc: No such file or directory lftp [email protected]:~> pwd copy: get hit eof copy: waiting for put confirmation sftp://user1:[email protected]:22 copy: put confirmed store copy: get is finished - all done lftp [email protected]:~> ls ---- Running connect program (ssh -a -x -s -l user1 -p 22 clients.acme.com sftp) ---> sending a packet, length=5, type=1(INIT), id=0 <--- Enter passphrase for key '/export/home/sassys/.ssh/id_rsa': XXXX ---- Disconnecting ls: Login failed: Login incorrect
