LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 709|回复: 1

lids的ssh如何设置?我用官方的WIKI,还是没法远程登陆,

[复制链接]
发表于 2005-9-14 09:48:58 | 显示全部楼层 |阅读模式
官方的的脚本如下:我用的就是Debian GNU/Linux 3.1

These rules were written to make OpenSSH 3.8.1p1 run on a Debian GNU/Linux 3.1 system with all capabilities disabled in all LIDS states.

#!/bin/sh
#
# openssh.sh
#
# Sample ruleset for using OpenSSH with lids.
#

/sbin/lidsconf -A -s /usr/sbin/sshd -o CAP_SETGID -j GRANT
/sbin/lidsconf -A -s /usr/sbin/sshd -o CAP_SETUID -j GRANT
/sbin/lidsconf -A -s /usr/sbin/sshd -o CAP_SYS_CHROOT -j GRANT
/sbin/lidsconf -A -s /usr/sbin/sshd -o CAP_SYS_RESOURCE -j GRANT
/sbin/lidsconf -A -s /usr/sbin/sshd -o CAP_CHOWN -j GRANT
/sbin/lidsconf -A -s /usr/sbin/sshd -o /var/log -j WRITE

/sbin/lidsconf -A BOOT -s /usr/sbin/sshd -o CAP_NET_BIND_SERVICE 22 -j GRANT

/sbin/lidsconf -A POSTBOOT -o /usr/sbin/sshd -j DENY

/sbin/lidsconf -A SHUTDOWN -o /usr/sbin/sshd -j READONLY
发表于 2005-9-18 00:17:46 | 显示全部楼层
你看错误提示啊,在本地登陆控制台上有显示的
回复 支持 反对

使用道具 举报

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

本版积分规则

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