Re: [lftp] providing key file for ssh in fish protocol

2014-12-09 Thread Andrew Schulman
> I want provide a key file for authentication in fish protocol. Fish
> internally uses ssh for connection and ssh have a support for providing key
> files for password less authentication, how can I provide key file using
> lftp for FISH protocol.

set fish:connect-program ssh -a -x -i KEYFILE

___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


Re: [lftp] providing key file for ssh in fish protocol

2014-10-27 Thread Alexander V. Lukyanov
On Mon, Oct 27, 2014 at 01:20:55PM +0530, akshay gupta wrote:
> What if I also want to specify the ssh user for the transfer.

You can specify the user in the URL:

open sftp://USER:@example.org

Note the colon with no password, it is needed for lftp to ask not for a
password when other authentication methods are used.

-- 
   Alexander.

> On Wed, Oct 15, 2014 at 10:51 AM, Alexander V. Lukyanov 
> wrote:
> 
> > On Tue, Oct 14, 2014 at 04:12:50PM +0530, akshay gupta wrote:
> > > I want provide a key file for authentication in fish protocol. Fish
> > > internally uses ssh for connection and ssh have a support for providing
> > key
> > > files for password less authentication, how can I provide key file using
> > > lftp for FISH protocol.
> >
> > You can specify arbitrary ssh options using fish:connect-program setting:
> >
> > set fish:connect-program "ssh -a -x -i your-private-key-file"
> >
> > --
> >Alexander.
> >

> ___
> lftp mailing list
> lftp@uniyar.ac.ru
> http://univ.uniyar.ac.ru/mailman/listinfo/lftp

___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


Re: [lftp] providing key file for ssh in fish protocol

2014-10-27 Thread akshay gupta
What if I also want to specify the ssh user for the transfer.

On Wed, Oct 15, 2014 at 10:51 AM, Alexander V. Lukyanov 
wrote:

> On Tue, Oct 14, 2014 at 04:12:50PM +0530, akshay gupta wrote:
> > I want provide a key file for authentication in fish protocol. Fish
> > internally uses ssh for connection and ssh have a support for providing
> key
> > files for password less authentication, how can I provide key file using
> > lftp for FISH protocol.
>
> You can specify arbitrary ssh options using fish:connect-program setting:
>
> set fish:connect-program "ssh -a -x -i your-private-key-file"
>
> --
>Alexander.
>
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


Re: [lftp] providing key file for ssh in fish protocol

2014-10-14 Thread Alexander V. Lukyanov
On Tue, Oct 14, 2014 at 04:12:50PM +0530, akshay gupta wrote:
> I want provide a key file for authentication in fish protocol. Fish
> internally uses ssh for connection and ssh have a support for providing key
> files for password less authentication, how can I provide key file using
> lftp for FISH protocol.

You can specify arbitrary ssh options using fish:connect-program setting:

set fish:connect-program "ssh -a -x -i your-private-key-file"

-- 
   Alexander.
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp


[lftp] providing key file for ssh in fish protocol

2014-10-14 Thread akshay gupta
Hi All,

I want provide a key file for authentication in fish protocol. Fish
internally uses ssh for connection and ssh have a support for providing key
files for password less authentication, how can I provide key file using
lftp for FISH protocol.

Thanks,
Akshay
___
lftp mailing list
lftp@uniyar.ac.ru
http://univ.uniyar.ac.ru/mailman/listinfo/lftp