Maybe I am missing something, but...
On my -CURRENT box (current as of last night). After a fresh install (no
tinkering with settings), when I use ssh to connect from a remote host, I
get the following error:
sshd[pid]: /var/log/lastlog: Permission denied
Also, the following processes are running:
root PID ... ?? I 0:00.xx sshd: user [priv] (sshd)
user PID ... ?? I 0:00.xx sshd: user@ttyp0 (sshd)
On my 4.7-STABLE box, when I connect with ssh, I get the following process:
root PID ... ?? I 0:00.xx sshd: user@ttyp0 (sshd)
So obviously, there is this difference in ownership of sshd: user@ttyp0
(sshd).
Like I said, this is a fresh install with no config changes. Any ideas as
to what is going on?
-John Von Essen
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
- Re: sshd and lastlog permissions John Von Essen
- Re: sshd and lastlog permissions Kris Kennaway