Pages : 1
#1 Le 05/01/2006, à 15:38
- bcaulier
[résolu] Serveur FTP
Bonjour,
Apres avoir installé le serveur vsftpd sans aucune modification du fichier vsftpd.conf,
lorsque j'essaie de me connecter en anonyme :
#ftp srv-ubuntu
Connected to srv-ubuntu.
220 Welcome to FTP service.
530 Please login with USER and PASS.
530 Please login with USER and PASS.
KERBEROS_V4 rejected as an authentication type
Name (ia18c:root): ftp
331 Please specify the password.
Password:
500 OOPS: vsftpd: refusing to run with writable anonymous root
Login failed.
------
Ou est le probleme. merci
Dernière modification par bcaulier (Le 10/01/2006, à 12:21)
Hors ligne
#2 Le 05/01/2006, à 15:40
- Gillaume
Re : [résolu] Serveur FTP
le dossier home de ton user ftp est en écriture !
regarde dans /etc/passwd, le home de "ftp".
puis change les perm du dossier en question.
rwxr-xr-x !!
gui
Dernière modification par Gillaume (Le 05/01/2006, à 15:41)
Guili Guili
Hors ligne
#3 Le 05/01/2006, à 15:42
- Gillaume
Re : [résolu] Serveur FTP
que ce dosser appartienne à root:root, par exemple ....
Guili Guili
Hors ligne
#4 Le 05/01/2006, à 16:15
- bcaulier
Re : [résolu] Serveur FTP
# grep ftp /etc/passwd
ftp:x:113:1001::/home/ftp:/bin/false
# grep ftp /etc/group
ftp:x:1001:
# ls -ld /home/ftp
drwxrwxrwx 4 ftp ftp 4096 2006-01-03 17:13 /home/ftp
# ftp localhost
Connected to ia18c.
220 Welcome to FTP service.
Name (localhost:root): ftp
331 Please specify the password.
Password:
500 OOPS: vsftpd: refusing to run with writable anonymous root
Login failed.
421 Service not available, remote server has closed connection
#
Hors ligne
#5 Le 05/01/2006, à 18:16
- Gillaume
Re : [résolu] Serveur FTP
ok
bon tu fais
sudo chown root:root -R /home/ftp
sudo chmod 755 -R /home/ftp
tu redémarres peut etre le serveur ftp
et tu retentes, et ça marche !
Guigui
Guili Guili
Hors ligne
#6 Le 05/01/2006, à 18:34
- bcaulier
Re : [résolu] Serveur FTP
ls -ld /home/ftp
drwxr-xr-x 4 root root 4096 2006-01-03 17:13 /home/ftp
# ftp localhost
Connected to ia18c.
220 Welcome to FTP service.
Name (localhost:root): ftp
331 Please specify the password.
Password:
230 Login successful.
-------------------------
Bravo et encore merci
-----------------------------
Comment autoriser l'ecriture dans le dossier /home/ftp
Hors ligne
#7 Le 05/01/2006, à 20:06
- Gillaume
Re : [résolu] Serveur FTP
ooooh je t'en prie, bcaulier !!
c'était easy !!!
ok, bon l'écriture pour quoi ??? les anonymes ???
montre moi ton vsftpd.conf.
A+
gui
Guili Guili
Hors ligne
#8 Le 15/02/2006, à 07:01
- zedtux
Re : [résolu] Serveur FTP
Super !! MErci !!!
RECOLLER VOS FICHIERS XTM AVEC TUXTREMSPLIT !!
Adhérant April numéro 4985 [Rejoindre l'April moi aussi !].
Hors ligne
#9 Le 15/02/2006, à 07:16
- zedtux
Re : [résolu] Serveur FTP
A heum, et si on veut que anonymous puisse upper, créé des repertoires ?
RECOLLER VOS FICHIERS XTM AVEC TUXTREMSPLIT !!
Adhérant April numéro 4985 [Rejoindre l'April moi aussi !].
Hors ligne
Pages : 1