ChinaUnix.net
相关文章推荐:

cygwin sshd config 授权用户登录

小弟请教高手几个问题,麻烦大大们赐教了。 redhat linux 7.3修改sshd_config的端口后,f-secure ssh客户端死活不能登录了。修改之前是确定没有问题的。 提示 this usually means that your network connection went down or that the remote host was rebooted 但服务器确实是开着的,而且能ping通。 [ 本帖最后由 leokingr 于 2006-3-17 16:44 编辑 ]

by leokingr - 数据安全 - 2006-03-17 17:20:26 阅读(1634) 回复(1)

相关讨论

安装好ssh服务后,修改/etc/ssh/sshd_config文件中的 PermitRootLogin yes 但是在客户机上无法使用root用户进行远程访问。为何? 服务器运行sshd -d 调试,得到以下信息。

by ttqiuzhi - BSD - 2005-02-25 14:53:48 阅读(1946) 回复(4)
by iloveyoufreebsd - Linux论坛 - 2003-07-05 16:19:10 阅读(891) 回复(4)

我的系统是CentOS4.3,使用的是vsftpd-2.0.1-5.EL4.3。今天发现一个奇怪的问题: 如果我使用user_config_dir=/etc/vsftpd/userconf,则所有userconf目录中有文件名的用户可以登录,其它用户都不能登录了。我以前的系统不是这样的,如果userconf目录中没有文件,就按vsftpd.conf中的默认配置起作用,现在怎么这样啊? 我的vsftpd.conf内容如下: anonymous_enable=YES local_enable=YES write_enable=YES local_umask=022 dual...

by zj6812 - 服务器应用 - 2006-07-21 14:31:56 阅读(4617) 回复(4)

我在系统中新增了一个用户,如何控制该用户是否可以使用sshd服务进行远程登录

by czhhua28 - BSD - 2007-10-21 16:27:32 阅读(1579) 回复(1)

OS: FB5.3 以下操作使用sshclient完成 #ipfw -a l [quote] 100 allow ip from 192.168.1.0/24 to me via rl1 200 deny icmp from any to me icmptypes 8 300 allow tcp from any to me 80 400 allow tcp from any to me 21 500 deny tcp from any to me setup 65535 allow ip from any to any [/quote] 然后,我加了一句 ipfw add 210 deny udp from any to me via tun0 重启后不能ssh上去,从控制台登...

by authen - BSD - 2005-06-29 08:32:19 阅读(1698) 回复(5)

# $OpenBSD: sshd_config,v 1.72 2005/07/25 11:59:40 markus Exp $ # $FreeBSD: src/crypto/openssh/sshd_config,v 1.42.2.1 2005/09/11 16:50:35 des Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin # The strategy used for options in the default sshd_config shipped with #...

by xpban2006 - BSD文档中心 - 2008-08-13 09:41:27 阅读(1671) 回复(0)

# $OpenBSD: sshd_config,v 1.72 2005/07/25 11:59:40 markus Exp $ # $FreeBSD: src/crypto/openssh/sshd_config,v 1.42.2.1 2005/09/11 16:50:35 des Exp $ # This is the sshd server system-wide configuration file. See # sshd_config(5) for more information. # This sshd was compiled with PATH=/usr/bin:/bin:/usr/sbin:/sbin # The strategy used for options in the default sshd_config shipped with...

by xpban2006 - BSD - 2008-08-15 14:04:09 阅读(1946) 回复(3)

版主:我安装成功后不知道怎样配制 cygwin 文件.请大家帮我解答一下好吗?

by rg613 - Linux论坛 - 2004-10-31 23:54:54 阅读(577) 回复(2)

#服务器端配置 /etc/ssh/sshd_config #只考虑协议版本2 #全局配置 VersionAddendum TecZm-20050505 #在telnet ip 22时只能看出openssh的版本,看不出OS Protocol 2 #使用协议版本2 Port 22 #sshd监听22端口 ListenAddress 192.168.7.1 #sshd只监听目标ip为192.168.7.1的请求 AllowGroups wheel myguest #允许wheel组和myguest组的用户登录 AllowUsers teczm authen@192.168.8.5 #允...

by linux622 - BSD文档中心 - 2007-01-05 13:11:01 阅读(974) 回复(0)

关于sshd_configconfigure files。我系统是redhat as4 位置: /etc/ssh/sshd_config,我把自己的配置文件贴上来,没用的话大家就不要顶了哈…… # This is ssh server systemwide configuration file. Port 22 ListenAddress 192.168.1.1 HostKey /etc/ssh/ssh_host_key ServerKeyBits 1024 LoginGraceTime 600 KeyRegenerationInterval 3600 ...

by 刘罗锅 - 系统管理 - 2006-08-20 21:02:29 阅读(1332) 回复(5)