ftp error 500 OOPS: vsf_sysutil_recv_peek while connecting to vsftpd
Recently, after configuring the vsftpd server running in CentOS 5 in several small ec2 instances as per the earlier post , I was not able to connect to vsftpd in one server from my ftp client. It throws the error:
500 OOPS: vsf_sysutil_recv_peekThe solution for this problem is to load capability module:
$ modprobe capability
You may also like to read:
* 5 steps to secure your Linux Server
* Ensuring secure access to production Linux Servers
* Bash script to backup essential log files in Linux
* Quickly change your ssh port from defualt 22 to something higher
* SSH port forwarding from remote to local machine
* Save root or user history to check later
* Install and configure denyhost to prevent brute force attacks