# cd /etc/pki/tls/certs/ # /usr/bin/openssl req -utf8 -newkey rsa:1024 -keyout server.key -nodes -x509 -days 36500 -out ftp.crt -set_serial 0 Generating a 1024 bit RSA private key ..++++ …
タグ: vsftpd
TCP Wrapper
FTPとSSHのIP制限を行う場合、TCP Wrapperが簡単です。 # vi /etc/hosts.allow # # hosts.allow This file contains access rules which are used to # allow or deny connections to network services that # either use the …