Re: OpenSSH authentification

2006-10-02 Thread Roberto C. Sanchez
On Mon, Oct 02, 2006 at 06:17:29PM +0200, Christian Christmann wrote: > Hi, > > I'm trying to configure sshd (OpenSSH_3.8.1p1) in a way that passwords > are not required for ssh logins. > I'm not certain what you are trying to accomplish. The server (sshd) can be configured to permit or disallo

OpenSSH authentification

2006-10-02 Thread Christian Christmann
Hi, I'm trying to configure sshd (OpenSSH_3.8.1p1) in a way that passwords are not required for ssh logins. This is my /etc/sshd_config file: Port 22 Protocol 2 HostKey /etc/ssh/ssh_host_key HostKey /etc/ssh/ssh_host_rsa_key HostKey /etc/ssh/ssh_host_dsa_key ServerKeyBits 768 LoginGraceTime 60