After i removed vsftpd from my new vserver with debian5, there is still some process called sftp-server running and managing ftp-connection. How can i turn that off? Where does it came from?
Commented out following line in /etc/ssh/sshd_config
now and still running:
#Subsystem sftp /usr/lib/openssh/sftp-server
netstat -tulpen
output: (censored my IP through xx.xx.xxx.xxx)
Proto Recv-Q Send-Q Local Address Foreign Address State User Inode PID/Program name
tcp 0 0 127.0.0.1:953 0.0.0.0:* LISTEN 102 2331605921 1343/named
tcp 0 0 127.0.0.1:3306 0.0.0.0:* LISTEN 105 2331610459 1538/mysqld
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 0 2331606433 1379/apache2
tcp 0 0 xx.xx.xxx.xxx:53 0.0.0.0:* LISTEN 102 2331605880 1343/named
tcp 0 0 127.0.0.1:53 0.0.0.0:* LISTEN 102 2331605866 1343/named
tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 0 2331612861 1595/sshd
tcp6 0 0 ::1:953 :::* LISTEN 102 2331605922 1343/named
tcp6 0 0 :::53 :::* LISTEN 102 2331605862 1343/named
tcp6 0 0 :::22 :::* LISTEN 0 2331612863 1595/sshd
udp 0 0 xx.xx.xxx.xxx:53 0.0.0.0:* 102 2331605867 1343/named
udp 0 0 127.0.0.1:53 0.0.0.0:* 102 2331605864 1343/named
udp6 0 0 :::53 :::* 102 2331605849 1343/named