2011年5月17日火曜日

debian環境の設定メモ

Debian環境でMono/CLIを導入に関するメモ
http://mono-project.com/DistroPackages/Debian

・インストール方法(lenny)
source.list
>deb http://backports.debian.org/debian-backports main

>aptitude update
>aptitude -t lenny-backports install mono-complete

・非公式版
source.list
>deb http://debian.meebey.net/pkg-mono /



あとSSHの設定方法メモ
 http://mono-project.com/DistroPackages/Debian

・インストール方法
>aptitude install ssh

sshd_config
/etc/ssh/sshd_configを開き

PermitRootLogin yes /rootでログインできるようにする
AuthorizedKeyFile %h/.ssh/authorized_keys コメントを外す

# 必要があれば特定ユーザのみログインできるようにする
# DenyUsers ALL
# Allowusers etch

sshアクセス範囲を内部限定にする
/etc/hosts.allow
ALL: 127.0.0.1
sshd: 192.168.

/etc/hosts.deny
sshd: ALL

0 件のコメント:

Androider