Date: Mon, 10 Dec 2001 08:24:00 -0500 From: devin-freebsdquestions@rintrah.org To: Nicolas Rachinsky <list@rachinsky.de> Cc: freebsd-questions@freebsd.org Subject: Re: ssh -i Message-ID: <20011210082400.A98664@tharmas.rintrah.org> In-Reply-To: <20011210105339.GA65914@pc5.abc>; from list@rachinsky.de on Mon, Dec 10, 2001 at 11:53:39AM %2B0100 References: <20011210105339.GA65914@pc5.abc>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Dec 10, 2001 at 11:53:39AM +0100, Nicolas Rachinsky wrote:
> Hallo,
>
> Am I too stupid, or can't you really use "ssh -i" when connecting with
> protocoll version 2?
>
> Is this a known Problem, or should I file a PR?
>
> I'm using 4.4 Release.
>
> Nicolas
>
> PS: Please CC me, thanks.
>
from man ssh,
-i identity_file
Selects the file from which the identity (private key) for RSA
authentication is read
RSA keys are for ssh1 (AFAIK).
You can specify an alternate identity file for ssh2 using the IdentityFile2 directive
in your $HOME/.ssh/config file.
IdentityFile2
Specifies the file from which the user's DSA authentication iden-
tity is read (default $HOME/.ssh/id_dsa in the user's home direc-
tory). The file name may use the tilde syntax to refer to a us-
er's home directory. It is possible to have multiple identity
files specified in configuration files; all these identities will
be tried in sequence.
--devin
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011210082400.A98664>
