Of course, excuse me.
I am on a 32bit Ubuntu Server (2.6.27-14-server) and i installed the MSS 1.15 from the sourceforge page a couple of days ago.
xxx@xxx:~$ sudo sftp-verif
#################################################
# MySecureShell Verification Tool #
#################################################
** Verifing file existance **
Verifing file existance of /bin/MySecureShell [ OK ]
Verifing file existance of /usr/bin/sftp-who [ OK ]
Verifing file existance of /usr/bin/sftp-kill [ OK ]
Verifing file existance of /usr/bin/sftp-state [ OK ]
Verifing file existance of /usr/bin/sftp-admin [ OK ]
Verifing file existance of /usr/bin/sftp-verif [ OK ]
Verifing file existance of /usr/bin/sftp-user [ OK ]
Verifing file existance of /etc/ssh/sftp_config [ OK ]
** Verifing rights **
Verifing file rights of /etc/ssh/sftp_config [ OK ]
Verifing file rights of /usr/bin/sftp-who [ OK ]
Verifing file rights of /usr/bin/sftp-verif [ OK ]
Verifing file rights of /usr/bin/sftp-user [ OK ]
Verifing file rights of /usr/bin/sftp-kill [ OK ]
Verifing file rights of /usr/bin/sftp-state [ OK ]
Verifing file rights of /usr/bin/sftp-admin [ OK ]
Verifing file rights of /bin/MySecureShell [ OK ]
** Verifing rotation logs **
MySecureShell rotation logs [ OK ]
** Verifing server status **
Verifing server status (ONLINE) [ OK ]
** Verifing server dependencies **
Show only error(s):
** Verifing server configuration (just for user: root) **
Show only error(s):
** All tests dones **
Edit:
And this is my config:
<Default>
MinimumRights 0700 0700
Home /home/chroot
DefaultRights 0756 0756
GlobalDownload 500k
LimitConnectionByUser 2
StayAtHome true
ShowLinksAsLinks false
LimitConnection 10
ResolveIP true
IdleTimeOut 300
GlobalUpload 500k
LimitConnectionByIP 10
VirtualChroot true
Charset ISO-8859-15
</Default>
<Group admin>
VirtualChroot false
IsAdmin true
IdleTimeOut 0
StayAtHome true
Shell /bin/bash
</Group>