RE: SSH key authentication

2001-08-29 Thread Jay Huffman
Title: RE: SSH key authentication





copy the authorize-keys to authorize-keys2
and create a config file (man pages) and maybe even a .shosts file(man pages)


Jay H.


--
From:  Wiese, Maria[SMTP:[EMAIL PROTECTED]]
Sent:  Wednesday, August 29, 2001 12:50 PM
To:  [EMAIL PROTECTED]
Subject:  SSH key authentication


I am a new OpenSSH user. 
I need help with OpenSSH. I am able to use password authentication with no
problem, but if I try to use the client keys it always
defaults to password authentication. I created an identity.pub, id_rsa.pub,
and id_dsa.pub and copy all 3 to the authorize-keys
file on the remote host in my userid's .ssh directory. If I execute an ssh
-v remotehost it only works with the password authentication, it does not
try the keys.
The sshd_config file includes RSAAuthentication and DSAAuthentication yes
on the remote host.


I am using all defaults for the ssh_config file for the client. 
The sshd_config support both ssh1 and sh2. 
What am I doing wrong ?







RE: SSH key authentication

2001-08-29 Thread Lewars, Mitchell (CAP, PTL)
Title: RE: SSH key authentication



Did 
you add anything to change the order of the authentication?

-Mitch

  -Original Message-From: Jay Huffman 
  [mailto:[EMAIL PROTECTED]]Sent: Wednesday, August 29, 2001 
  2:40 PMTo: [EMAIL PROTECTED]; 'Wiese, Maria'Subject: RE: SSH 
  key authentication
  copy the authorize-keys to authorize-keys2 and create a config file (man pages) and maybe even a .shosts file(man 
  pages) 
  Jay H. 
  
-- From:  Wiese, 
Maria[SMTP:[EMAIL PROTECTED]] Sent:  Wednesday, August 29, 2001 12:50 PM 
To:  
[EMAIL PROTECTED] Subject: 
 SSH 
key authentication 
I am a new OpenSSH user. I need help with OpenSSH. I am able to use password 
authentication with no problem, but if I 
try to use the client keys it always defaults to password authentication. I created an identity.pub, 
id_rsa.pub, and id_dsa.pub and copy all 3 
to the authorize-keys file on the remote 
host in my userid's .ssh directory. If I execute an ssh 
-v remotehost it only works with the password 
authentication, it does not try the 
keys. The sshd_config file includes 
RSAAuthentication and DSAAuthentication yes on the remote host. 
I am using all defaults for the ssh_config file 
for the client. The sshd_config support 
both ssh1 and sh2. What am I doing wrong 
?