> 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
* 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
* 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
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
* 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 .
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
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
7 matches
Mail list logo