gssftpµÇ¼530´íÎó
Ò»¿ªÊ¼Ê¹ÓÃroot»¹¿ÉÒԵǼ£¬Ð޸Ķ˿ںóÒ²¿ÉÒÔʹÓÃrootµÇ¼£¬Ð½¨ftpÓû§£¬Ê¹ÓÃftpÓû§¾Í²»ÄܵǼÁË£¬ÔÙ»»»ØrootÒ²²»ÄܵǼ£¬Ìáʾ´íÎó 530 login incorrect[root@localhost ~]# cat /etc/xinetd.d/gssftp
# default: off
# description: The kerberized FTP server accepts FTP connections \
# that can be authenticated with Kerberos 5.
service ftp
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/kerberos/sbin/ftpd
server_args = -l
log_on_failure += USERID
} ²éÏÂ/var/log/message ºÍsecureÈÕÖ¾ £¬¿´¿´µ½µ×·¢ÉúÁËʲô
Ò³:
[1]