diff options
author | Bill Marquette <billm@pfsense.org> | 2005-03-12 03:03:07 +0000 |
---|---|---|
committer | Bill Marquette <billm@pfsense.org> | 2005-03-12 03:03:07 +0000 |
commit | 128f6a3ec56b4dc18a8bec1a056a075320889a4e (patch) | |
tree | 5e7236bb846a2922185fa638d13a9b3c53f3677b /etc/master.passwd | |
parent | 099fa54a2e1a5de95fe39c289243625cbcded2cb (diff) | |
download | pfsense-128f6a3ec56b4dc18a8bec1a056a075320889a4e.zip pfsense-128f6a3ec56b4dc18a8bec1a056a075320889a4e.tar.gz |
Let user SSH in as admin instead of root only (requested for consistency)
Full path to sshd
Diffstat (limited to 'etc/master.passwd')
-rw-r--r-- | etc/master.passwd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/master.passwd b/etc/master.passwd index 1e50469..b303603 100644 --- a/etc/master.passwd +++ b/etc/master.passwd @@ -22,4 +22,4 @@ www:*:80:80::0:0:World Wide Web Owner:/nonexistent:/usr/sbin/nologin nobody:*:65534:65534::0:0:Unprivileged user:/nonexistent:/usr/sbin/nologin distcc:*:1001:1001::0:0:Distcc:/home/distcc:/sbin/nologin dhcpd:*:1002:1002::0:0:DHCP Daemon:/nonexistent:/sbin/nologin -admin:*:101:101::0:0:Admin User:/home/admin:/etc/rc.initial +admin:*:0:0::0:0:Admin User:/root:/etc/rc.initial |