GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   $50 paypal if you can solve this SIMPLE Linux FTP problem. (https://gfy.com/showthread.php?t=372606)

Luc 10-15-2004 02:03 PM

$50 paypal if you can solve this SIMPLE Linux FTP problem.
 
Ok, I'm screwing up something simple but can't figure out what.

My FTP server is running on a Linux 9.0 box.

I can connect to it, but it won't let me login. Always says "Login
Incorrect". SSH, etc works fine, just not FTP.

I know the ftp server pulls a list of current users, so I created
a user "ftpadmin".

useradd -gusers -pxxxxx -d/home/ftpadmin -m ftpadmin

I can su to the user via SSH, but I can't FTP in as that user.

Anyone know what the hell I'm doing wrong? Is there anything
else I need to edit? I changed my vsftpd.conf to not allow
anonymous connections, but that's about all I did as far as
changing conf settings (and of course I restarted the FTP
server).

First person to solve this for me gets $50 paypal. just tell
me what to do.

thanks!
luc l.

colpanic 10-15-2004 02:06 PM

Try this:

[root@deep ] /# mkdir /home/ftp
[root@deep ] /# useradd -d /home/ftp/ftpadmin/ -s /dev/null ftpadmin > /dev/null 2>&1
[root@deep ] /# passwd ftpadmin



Changing password for user ftpadmin
New UNIX password:
Retype new UNIX password:
passwd: all authentication tokens updated successfully

Luc 10-15-2004 02:13 PM

i tried that already, went through every walkthrough on google.
fuck it. i'll just reinstall linux again and see if that helps.

colpanic 10-15-2004 02:17 PM

hold on.. thats not needed.

Whats in your /etc/ftpaccess file? Did you configure it to allow the users?

colpanic 10-15-2004 02:19 PM

try adding this to the ftpaccess file.

allow-uid ftpadmin

johndoebob 10-15-2004 02:23 PM

There is no Linux 9.0 I guess you mean Red Hat 9.0 .

I prefer ProFTPd or PureFTPd.

Maybe that helps:

http://www.siliconvalleyccie.com/lin...ftp-server.htm

swedguy 10-15-2004 02:31 PM

echo $SHELL

What ever it prints, check in /etc/shells if it exists there. If it doesn't, there you got your problem.

NoCarrier 10-15-2004 02:46 PM

del *.*

vas 10-15-2004 02:47 PM

Quote:

Originally posted by NoCarrier
del *.*
its rm -rf * in linux ;p

thebizbucket 10-15-2004 02:48 PM

remove username from /etc/ftpusers


lmk if i get my 50$ :)

Dirty F 10-15-2004 04:37 PM

Quote:

Originally posted by NoCarrier
del *.*
Ahahaha


All times are GMT -7. The time now is 02:24 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123