↧
Linux Configure rssh Chroot Jail To Lock Users To Their Home Directories Only
rssh support chrooting option. If you want to chroot users, use chrootpath option. It is used to set the directory where the root of the chroot jail will be located. This is a security feature. A...
View Articlerssh: Per User Configuration Options For Chroot Jail
rssh is a restricted shell for providing limited access to a host via ssh. It also allows system wide configuration and per user configuration. From the man page: The user configuration directive...
View ArticleHow to: Restrict Users to SCP and SFTP and Block SSH Shell Access with rssh
FTP is insecure protocol, but file-transfer is required all time. You can use OpenSSH Server to transfer file using SCP and SFTP (secure ftp) without setting up an FTP server. However, this feature...
View Article