LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
123
返回列表 发新帖
楼主: darkpower

archlinux 做 web 服务器怎么样?

[复制链接]
发表于 2006-8-1 15:27:51 | 显示全部楼层
恩。直接启动sshd是可以那样,问题是我想每次启动机器后,自动通过xinted启动sshd,不知道行不行?
回复 支持 反对

使用道具 举报

发表于 2006-8-1 21:29:38 | 显示全部楼层
我的能启动
service ssh
{
        socket_type    = stream
        protocol       = tcp
        wait           = no
        user           = root
        port           = 22
        instances      = 10
        cps            = 25 60
        server         = /usr/sbin/sshd
        server_args    = -i
        log_on_success += DURATION USERID
        log_on_failure += USERID
        nice           = 10
        disable        = no
}
用了openssh
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表