亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊(cè) 查看新帖 |

Chinaunix

  平臺(tái) 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
查看: 1696 | 回復(fù): 6
打印 上一主題 下一主題

[網(wǎng)絡(luò)管理] 問個(gè)很弱的問題,配置sshd的問題 [復(fù)制鏈接]

論壇徽章:
0
跳轉(zhuǎn)到指定樓層
1 [收藏(0)] [報(bào)告]
發(fā)表于 2005-09-22 20:00 |只看該作者 |倒序?yàn)g覽
我最近裝了Turbo Linux ES8,通過ssh,root用戶可以正常登錄,但是其它的用戶都被拒絕登錄。手冊(cè)文檔里說默認(rèn)情況下,是允許任務(wù)用戶登錄的,而我用的就是默認(rèn)的。以下是etc/ssh/sshd_config文件的內(nèi)容,請(qǐng)大家?guī)臀医鉀Q這個(gè)問題。謝謝。!

#        $OpenBSD: sshd_config,v 1.56 2002/06/20 23:37:12 markus 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
# OpenSSH is to specify options with their default value where
# possible, but leave them commented.  Uncommented options change a
# default value.

#Port 22
#Protocol 2,1
#ListenAddress 0.0.0.0
#ListenAddress ::

# HostKey for protocol version 1
#HostKey /etc/ssh/ssh_host_key
# HostKeys for protocol version 2
#HostKey /etc/ssh/ssh_host_rsa_key
#HostKey /etc/ssh/ssh_host_dsa_key

# Lifetime and size of ephemeral version 1 server key
#KeyRegenerationInterval 3600
#ServerKeyBits 768

# Logging
#obsoletes QuietMode and FascistLogging
#SyslogFacility AUTH
#LogLevel INFO

# Authentication:

#LoginGraceTime 600
#PermitRootLogin yes
#StrictModes yes

#RSAAuthentication yes
#PubkeyAuthentication yes
#AuthorizedKeysFile        .ssh/authorized_keys

# rhosts authentication should not be used
#RhostsAuthentication no
# Don't read the user's ~/.rhosts and ~/.shosts files
#IgnoreRhosts yes
# For this to work you will also need host keys in /etc/ssh/ssh_known_hosts
#RhostsRSAAuthentication no
# similar for protocol version 2
#HostbasedAuthentication no
# Change to yes if you don't trust ~/.ssh/known_hosts for
# RhostsRSAAuthentication and HostbasedAuthentication
#IgnoreUserKnownHosts no

# To disable tunneled clear text passwords, change to no here!
#PasswordAuthentication yes
#PermitEmptyPasswords no

# Change to no to disable s/key passwords
ChallengeResponseAuthentication no

# Kerberos options
#KerberosAuthentication no
#KerberosOrLocalPasswd yes
#KerberosTicketCleanup yes

#AFSTokenPassing no

# Kerberos TGT Passing only works with the AFS kaserver
#KerberosTgtPassing no

# GSSAPI options
#GSSAPIAuthentication no
#GSSAPIKeyExchange no
#GSSAPIUseSessionCredCache yes
#GSSAPICleanupCreds yes


# Set this to 'yes' to enable PAM keyboard-interactive authentication
# Warning: enabling this may bypass the setting of 'PasswordAuthentication'
#PAMAuthenticationViaKbdInt yes

X11Forwarding yes
#X11DisplayOffset 10
#X11UseLocalhost yes
#PrintMotd yes
#PrintLastLog yes
#KeepAlive yes
#UseLogin no
#UsePrivilegeSeparation yes
#Compression yes

#MaxStartups 10
# no default banner path
#Banner /some/path
#VerifyReverseMapping no

# override default of no subsystems
Subsystem        sftp        /usr/lib/ssh/sftp-server

論壇徽章:
0
2 [報(bào)告]
發(fā)表于 2005-09-22 20:55 |只看該作者

問個(gè)很弱的問題,配置sshd的問題

不用配置都可以的。
^_^。
直接start看看。

論壇徽章:
0
3 [報(bào)告]
發(fā)表于 2005-09-23 08:51 |只看該作者

問個(gè)很弱的問題,配置sshd的問題

謝謝sway2004009的回復(fù),我試過不用配置,但是這樣的話,sftp用不了。而且不用配置文件會(huì)不會(huì)安全呢?

論壇徽章:
0
4 [報(bào)告]
發(fā)表于 2005-09-23 09:02 |只看該作者

問個(gè)很弱的問題,配置sshd的問題

在/etc/xinetd.d 下配置gssftp文件,把disable=y(tǒng)es注銷

論壇徽章:
0
5 [報(bào)告]
發(fā)表于 2005-09-23 09:39 |只看該作者

問個(gè)很弱的問題,配置sshd的問題

[quote]原帖由 "xcwbest"]謝謝sway2004009的回復(fù),我試過不用配置,但是這樣的話,sftp用不了。而且不用配置文件會(huì)不會(huì)安全呢?[/quote 發(fā)表:
http://www.72891.cn/forum/viewtopic.php?t=612429&show_type=new

論壇徽章:
0
6 [報(bào)告]
發(fā)表于 2005-09-23 12:20 |只看該作者

問個(gè)很弱的問題,配置sshd的問題

謝謝大家的回復(fù),我試試看,一會(huì)兒回來告訴結(jié)果如何

論壇徽章:
0
7 [報(bào)告]
發(fā)表于 2005-09-23 13:07 |只看該作者

問個(gè)很弱的問題,配置sshd的問題

[quote]原帖由 "編號(hào)1124"]在/etc/xinetd.d 下配置gssftp文件,把disable=y(tǒng)es注銷[/quote 發(fā)表:


Turbo Linux ES8上沒有/etc/xinetd.d這個(gè)目錄。
我覺得不要配置文件還是不太好,請(qǐng)問還有沒有其它方法?
您需要登錄后才可以回帖 登錄 | 注冊(cè)

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號(hào)-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號(hào):11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國互聯(lián)網(wǎng)協(xié)會(huì)會(huì)員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請(qǐng)注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP