Subject: Re: ssh & netbsd
To: Brian Stark <bstark@uswest.net>
From: Rene Hexel <rh@idle.trapdoor.vip.at>
List: netbsd-help
Date: 11/13/1999 10:54:00
Brian Stark wrote:
> I installed ssh from the package collection today and I noticed that my
> defintions of secure terminals in /etc/ttys are being ignored when
> using ssh. For example:
Since sshd is not a getty process, nor started from init, it does not
use the definitions in /etc/ttys. Instead, sshd uses a config file
called /etc/sshd_config ('man sshd' for more information). The keyword
you are looking for is 'PermitRootLogin'.
Cheers
,
Rene