Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 29 Aug 1998 12:37:56 +0200 (CEST)
From:      zerium@webindex.no
To:        FreeBSD-gnats-submit@FreeBSD.ORG
Subject:   ports/7774: sshd doesn't refuse to login people with no home
Message-ID:  <199808291037.MAA03526@ti01a23-0106.dialup.online.no>

next in thread | raw e-mail | index | archive | help

>Number:         7774
>Category:       ports
>Synopsis:       sshd doesn't refuse to login people with no home
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports
>State:          open
>Quarter:
>Keywords:
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sat Aug 29 03:50:02 PDT 1998
>Last-Modified:
>Originator:     Hans Petter Bieker
>Organization:
>Release:        FreeBSD 2.2.6-STABLE i386
>Environment:

I'm using ssh from the current port.

>Description:

login.conf has a option ``requirehome''. If this is set the users won't be 
able to login if /home is unmounted or the home is just removed. ssh doesn't 
care about this, but it should.

>How-To-Repeat:

# rm -rf ~user
$ login user
Home directory not available.

$ ssh user@localhost
Could not chdir to home directory /home/user: No such file or directory
user$ 

>Fix:

N/A
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199808291037.MAA03526>