Hi all,
Ok - I'm pulling my hair out now. I've searched through this forum and read the questions/answers on how to restrict FTP users to FTP only (no ssh/telnet). So far, I have added /bin/false, /sbin/nologin, created this script: /bin/ftponly
#!bin/sh
/usr/bin/ftp
No werky! But, as soon as I add /bin/bash back as the shell, bingo! I can log on. This specific server is Red Hat 7 w/vsftp, I'm using FileZilla, connecting using SFTP.
Any ideas??
Thanks!
Chris
Chris Driver
//UNIX like TeePee. No Windows, No Gates, Apache inside.\\
Ok - I'm pulling my hair out now. I've searched through this forum and read the questions/answers on how to restrict FTP users to FTP only (no ssh/telnet). So far, I have added /bin/false, /sbin/nologin, created this script: /bin/ftponly
#!bin/sh
/usr/bin/ftp
No werky! But, as soon as I add /bin/bash back as the shell, bingo! I can log on. This specific server is Red Hat 7 w/vsftp, I'm using FileZilla, connecting using SFTP.
Any ideas??
Thanks!
Chris
Chris Driver
//UNIX like TeePee. No Windows, No Gates, Apache inside.\\