Re: ssh2 <--> openssh public key authentication

2001-04-02 Thread Brian May
> "Rob" == Rob Mahurin <[EMAIL PROTECTED]> writes: Rob> Let me know if this helps or if you need more info. hmmm... I got DSA authentication working with localhost, by using ssh -2, then ssh-keygen suddenly started working. Don't ask me why, as I it doesn't make a lot of sense to me. --

Re: ssh2 <--> openssh public key authentication

2001-04-02 Thread Rob Mahurin
On Sun, Apr 01, 2001 at 01:01:08PM +1000, Brian May wrote: > Rob> Hello, I am trying to set up public-key authentication > Rob> between a SunOS box ("larry") running ssh2 and a dialup > Rob> Debian box ("peon") running potato with OpenSSH 1:2.5.2p2-1 > Rob> compiled from sid. From

Re: ssh2 <--> openssh public key authentication

2001-03-31 Thread Brian May
> "Rob" == Rob Mahurin <[EMAIL PROTECTED]> writes: Rob> Hello, I am trying to set up public-key authentication Rob> between a SunOS box ("larry") running ssh2 and a dialup Rob> Debian box ("peon") running potato with OpenSSH 1:2.5.2p2-1 Rob> compiled from sid. From larry, the

Re: ssh2 <--> openssh public key authentication

2001-03-29 Thread Alan Shutko
Rob Mahurin <[EMAIL PROTECTED]> writes: > Answered my own question: I needed to have the line > "IdentityFile /home/alphenglor/.ssh/id_dsa", since .ssh/config doesn't > have access to the value of HOME. It seems to work with ~, though. My .ssh/config uses ~/.ssh... and works fine. -- Alan Sh

Re: ssh2 <--> openssh public key authentication

2001-03-29 Thread Rob Mahurin
On Thu, Mar 29, 2001 at 02:19:16PM -0500, Rob Mahurin wrote: > On peon I have: > .ssh/config containing PubkeyAuthentication yes > and IdentityFile $HOME/.ssh/id_dsa Answered my own question: I needed to have the line "IdentityFile /home/alphengl

ssh2 <--> openssh public key authentication

2001-03-29 Thread Rob Mahurin
Hello, I am trying to set up public-key authentication between a SunOS box ("larry") running ssh2 and a dialup Debian box ("peon") running potato with OpenSSH 1:2.5.2p2-1 compiled from sid. From larry, the SunOS box, I can do "ssh peon" without being prompted for a password; however, running "ssh