個人的なブログ Just a personal blog.

2008 年 9 月 18 日

vsftpd

Filed under: 運用 — atushi @ 6:23 AM

新たにテーマを追加するためftpサービスを追加

yum install vsftpd

/etc/vsftpd/vsftpd.confの編集

anonymous_enable=NO

に変更した。

デフォルトでは

tcp_wrappers=YES

になってるので、ここは変更せずに

/etc/hosts.allowに

vsftpd : xxx.xxx.xxx.xxx

を記入しておく。

ちなみに通常tcp wrapperでは接続要求そのものを撥ねるものだが、vsftpd自体はスタンドアロンサービスなので(というかそういう設定で動かした場合)ユーザー名とパスワードは聞いてくる。そのうえで接続を拒否する。この場合、あくまでも/etc/hosts.allowを参照するだけということのようでtcp wrapperのログ/var/log/secureには記載されない。

コメントはまだありません

No comments yet.

RSS feed for comments on this post.

Sorry, the comment form is closed at this time.

Powered by WordPress