|
发表于 2006-7-31 23:09:46
|
显示全部楼层
在arch base下配置SSH服务器
安装了ssh,xinted,想从xinted启动sshd,我在xinted.conf里加了入下内容:
service ssh
{
disable = no
protocol = tcp
socket_type = stream
wait = no
user = root
server = /usr/sbin/sshd
}
然后在rc.d里启动xinted,用nmap扫描了下本机,为什么sshd始终没有启动起来呢? |
|