CodeCraft tips
[
ホーム
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
]
UNIX/proftpd
をテンプレートにして作成
開始行:
* UNIX/proftpd [#yf1d433f]
** Debian GNU/Linux 3.1 sarge [#g61dabe3]
apt-get install proftpd
~
** source compile install [#y1e5f29e]
./configure \
--prefix=/usr/local/proftpd \
--sysconfdir=/etc/proftpd.d
make
make install
~
** 各種設定 [#g7819753]
-ログイン時のidentプロトコル(RFC1413)抑制方法
/etc/proftpd/proftpd.conf
〜〜〜
IdentLookups off
〜〜〜
~
-接続時のサーバ情報表示抑制方法~
※「ProFTPD 1.2.8 Server (コメント) [XXX.XXX.XXX.XXX]」等~
/etc/proftpd/proftpd.conf
〜〜〜
ServerIdent off
〜〜〜
~
-ログインユーザーを制限する方法
<Limit Login>
Order allow,deny
AllowUser user1,user2,user3
Deny all
</Limit>
~
-特定ディレクトリにアップロードした場合にumaskを変更する...
<Directory /var/webapps/*>
Umask 002
</Directory>
~
-シンボリックリンクの扱い~
本来のディレクトリを見せない
ShowSymlinks off
---
/home/user/symdirname
本来のディレクトリを見せる~
ShowSymlinks on
/var/truedirname
~
-chroot設定
DefaultRoot ~
~
-ログの設定
LogFormat allinfo "%t : %u (%a [%h]) : [%s], %T, %m (%f)"
LogFormat write "%t : %u : %F (%a)"
LogFormat read "%t : %u : %F (%a)"
LogFormat auth "%t : %u (%a [%h])"
ExtendedLog /var/log/proftpd/all.log ALL allinfo
ExtendedLog /var/log/proftpd/write.log WRITE write
ExtendedLog /var/log/proftpd/read.log READ read
ExtendedLog /var/log/proftpd/auth.log AUTH auth
~
終了行:
* UNIX/proftpd [#yf1d433f]
** Debian GNU/Linux 3.1 sarge [#g61dabe3]
apt-get install proftpd
~
** source compile install [#y1e5f29e]
./configure \
--prefix=/usr/local/proftpd \
--sysconfdir=/etc/proftpd.d
make
make install
~
** 各種設定 [#g7819753]
-ログイン時のidentプロトコル(RFC1413)抑制方法
/etc/proftpd/proftpd.conf
〜〜〜
IdentLookups off
〜〜〜
~
-接続時のサーバ情報表示抑制方法~
※「ProFTPD 1.2.8 Server (コメント) [XXX.XXX.XXX.XXX]」等~
/etc/proftpd/proftpd.conf
〜〜〜
ServerIdent off
〜〜〜
~
-ログインユーザーを制限する方法
<Limit Login>
Order allow,deny
AllowUser user1,user2,user3
Deny all
</Limit>
~
-特定ディレクトリにアップロードした場合にumaskを変更する...
<Directory /var/webapps/*>
Umask 002
</Directory>
~
-シンボリックリンクの扱い~
本来のディレクトリを見せない
ShowSymlinks off
---
/home/user/symdirname
本来のディレクトリを見せる~
ShowSymlinks on
/var/truedirname
~
-chroot設定
DefaultRoot ~
~
-ログの設定
LogFormat allinfo "%t : %u (%a [%h]) : [%s], %T, %m (%f)"
LogFormat write "%t : %u : %F (%a)"
LogFormat read "%t : %u : %F (%a)"
LogFormat auth "%t : %u (%a [%h])"
ExtendedLog /var/log/proftpd/all.log ALL allinfo
ExtendedLog /var/log/proftpd/write.log WRITE write
ExtendedLog /var/log/proftpd/read.log READ read
ExtendedLog /var/log/proftpd/auth.log AUTH auth
~
ページ名:
TrackBack(0)
|
外部リンク元
検索
サイト内
Web
最新の20件
2010-03-09
Software/Eclipse/3.4.x
2009-08-04
Ubuntu
Ubuntu/7.04 feisty
Ubuntu/8.04 hardy/システム環境設定
Ubuntu/8.04 hardy
2009-07-06
Linux/misc
2009-05-16
Debian GNU Linux/5.0 lenny/amd64/iceweasel
2009-05-03
Debian GNU Linux/5.0 lenny/システム環境設定
2009-03-22
Debian GNU Linux
Software/Eclipse/3.1.x
Software/Eclipse/3.2.x
Software/Eclipse
Debian GNU Linux/5.0 lenny
2008-08-12
UNIX/sendmail
UNIX/Subversion
2008-08-05
UNIX/proftpd
2008-08-01
UNIX
2008-05-13
UNIX/samba
2008-05-12
Debian GNU Linux/5.0 lenny/ユーザー環境設定
2008-04-15
Windows