SFTP server with chroot and syslogging - DRAFT v1.0
Document to configure sftp-server services to in restricted chroot environment and configuring the Audit trial to log the transactions.
Solaris 11 – Inbuilt sshd application is used for sftp server configuration
Solaris 10 – Open SSH customized for sftp-server will be installed and configured. VIP needs to be enabled.
Procedure to configure the sftp-server on existing port 22 and enabling ftp session logging.
Files to be modified.
/etc/ssh/sshd_config
/etc/syslog.conf
Take a backup and edit the sshd config file.
vi /etc/ssh/sshd_config
Subsystem sftp internal-sftp -f LOCAL7 -l INFO
:wq
Take a backup and edit the syslog configuration file.