Re: Re: Public key SSH with Midnight Commander

2007-08-20 Thread Jon Dowland
> sshfs ip.address.of.host: mountpoint -o > IdentityFile="~/.ssh/id_remote" > > The reference from the sshfs help output and manpage is a > bit obscure > refering the reader to the ssh_config man page for ssh > option where > IdentityFile is described. Better method: specify the identify file per

Re: Public key SSH with Midnight Commander

2007-08-17 Thread Nate Bargmann
* Csányi Pál <[EMAIL PROTECTED]> [2007 Aug 17 13:31 -0500]: > On Fri, Aug 17, 2007 at 01:10:26PM -0500, Nate Bargmann wrote: > > * Atis <[EMAIL PROTECTED]> [2007 Aug 17 10:55 -0500]: > > > On 8/17/07, Nate Bargmann <[EMAIL PROTECTED]> wrote: > > > > I have my SSH set up to use only public key authe

Re: Public key SSH with Midnight Commander

2007-08-17 Thread Nate Bargmann
* Nate Bargmann <[EMAIL PROTECTED]> [2007 Aug 17 13:11 -0500]: > * Atis <[EMAIL PROTECTED]> [2007 Aug 17 10:55 -0500]: > > On 8/17/07, Nate Bargmann <[EMAIL PROTECTED]> wrote: > > > I have my SSH set up to use only public key authentication between my > > > laptop and my remote host--no password fa

Re: Public key SSH with Midnight Commander

2007-08-17 Thread Csányi Pál
On Fri, Aug 17, 2007 at 01:10:26PM -0500, Nate Bargmann wrote: > * Atis <[EMAIL PROTECTED]> [2007 Aug 17 10:55 -0500]: > > On 8/17/07, Nate Bargmann <[EMAIL PROTECTED]> wrote: > > > I have my SSH set up to use only public key authentication between my > > > laptop and my remote host--no password fa

Re: Public key SSH with Midnight Commander

2007-08-17 Thread Nate Bargmann
* Atis <[EMAIL PROTECTED]> [2007 Aug 17 10:55 -0500]: > On 8/17/07, Nate Bargmann <[EMAIL PROTECTED]> wrote: > > I have my SSH set up to use only public key authentication between my > > laptop and my remote host--no password fallback, no PAM. So, I > > initiate a session using: > > > > $ ssh -i .

Re: Public key SSH with Midnight Commander

2007-08-17 Thread Atis
On 8/17/07, Nate Bargmann <[EMAIL PROTECTED]> wrote: > I have my SSH set up to use only public key authentication between my > laptop and my remote host--no password fallback, no PAM. So, I > initiate a session using: > > $ ssh -i .ssh/id_remote remote.host.ip.address > > Then I am prompted for th

Public key SSH with Midnight Commander

2007-08-17 Thread Nate Bargmann
I have my SSH set up to use only public key authentication between my laptop and my remote host--no password fallback, no PAM. So, I initiate a session using: $ ssh -i .ssh/id_remote remote.host.ip.address Then I am prompted for the password of the .ssh/id_remote file which resides on the laptop