Hello

Like the subject says, I can't get sftp-internal to work. I have snips of
the relevant
config files below so eat your heart out and let me know if you want to see
anything else.

/etc/ssh/sshd_config:
-------------------------------
PermitRootLogin no
Subsystem sftp internal-sftp
Match Group sftpusers
         ChrootDirectory /home/%u
--------------------------------
Every thing else in the file is vanilla

Permissions on the /home directories
-------------------------------
# cd /home
# ls -l
total 8
drwxr-xr-x 4 dvader sftpusers 512 Apr 8 16:09 dvader
drwxr-xr-x 3 evan evan 512 Apr 8 15:11 evan
# ls -ld
drwxr-xr-x 4 root wheel 512 Apr 8 16:04 .
#
--------------------------------


botton of /etc/passwd
--------------------------------
evan:*:1000:1000:Evan Root:/home/evan:/bin/ksh
dvader:*:1001:1001::/home/dvader:/sbin/nologin
--------------------------------

botton of /etc/group
--------------------------------
_iscsid:*:102:
dialer:*:117:
nogroup:*:32766:
nobody:*:32767:
evan:*:1000:
sftpusers:*:1001:
-------------------------------

So, What am I doing wrong or missing?
-- 
Evan Root, CCNA

Reply via email to