> From: Ervins Tumulkans ((E-Mail Removed))
> Subject: ftp login 530 Login incorrect?
> This is the only article in this thread
> View: Original Format
> Newsgroups: comp.os.linux.networking
> Date: 2001-06-21 21:02:04 PST
>
>
> I have installed wu-ftp on Sunos. Only thing i need is to configure
> ftp server to restrict access for users to parent directories(system).
> Just access in own home directory
>
> I have started ftpd -a option to read ftpaccess file. And created
> user:
>
> test:x:105:911::/home/test/./:/bin/ftponly
>
> group file:
>
> ftpusers::911:
>
> also have created directory structure for ftp home dir:
> ./lib
> ./.sh_history
> ./bin/ls
> ./bin
> ./etc/passwd
> ./etc/group
> ./etc
> ./usr/lib/ld.so
> ./usr/lib/ld.so.1
> ./usr/lib/libc.so.1
> ./usr/lib/libdl.so.1
> ./usr/lib/libintl.so
> ./usr/lib/libintl.so.1
> ./usr/lib/libw.so.1
> ./usr/lib
> ./usr
> ./dev/tcp
> ./dev/zero
> ./dev
>
>
> in /etc/ftpaccess :
> class local guest
> guestgroup ftpusers
>
> when you trying to ftp like #ftp localhost -- you got.
> -----sdf
> Name (localhost:test): test
> 331 Password required for test.
> Password:
> 530 Login incorrect.
> Login failed.
> ftp> quit
> 221 Goodbye.
>
>
> Can anyone help me. Why this happens?????
You have to setup up your client programme to connect via
encripted mode (SFTP/SSH, SSL FTP). Or else you can disable connect
encriped mode only option on the server
Second option is not reccomendable
|