- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- Re: ftp access
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 11:40 PM
12-28-2005 11:40 PM
ftp access
When I try to ftp into mullet from another system as any other user than root, I get:
Name (mullet:root): ltcsweep
530 Permission denied.
Login failed.
Where do I allow the user ltcsweep to ftp on mullet?
Is it ftpusers file or ftp.allow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2005 11:55 PM
12-28-2005 11:55 PM
Re: ftp access
Dear Robert,
check ftpusers file.
check the man page for more info.
With Regards,
Siva.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 12:10 AM
12-29-2005 12:10 AM
Re: ftp access
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 12:16 AM
12-29-2005 12:16 AM
Re: ftp access
The directive userlist_file in vsftpd.conf defines the name of the file to search for allowed user accounts.
See also userlist_enable (man vsftpd.conf).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 12:31 AM
12-29-2005 12:31 AM
Re: ftp access
userlist_enable=YES
userlist_file=/etc/vsftpd/ftpusers
userlist_deny=NO
Now I can login as ltcsweep user,
but I cant cd to any directories.
I cant even cd to /home/ltcsweep.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 12:50 AM
12-29-2005 12:50 AM
Re: ftp access
Can you list the directories or are you in a chroot jail? See also chroot_list_enable, chroot_local_user options.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 12:55 AM
12-29-2005 12:55 AM
Re: ftp access
Refer the foll. links:
http://www.linuxquestions.org/questions/showthread.php?postid=584627
http://www.debiansec.com/linux/services/ftp.html#vsftpd_configuration_options
HTH.
Regards,
Hemanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 03:17 AM
12-29-2005 03:17 AM
Re: ftp access
ftp> cd /home
550 Failed to change directory.
ftp>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 03:18 AM
12-29-2005 03:18 AM
Re: ftp access
ftp> !ls -l
total 172
-rw-r--r-- 1 root root 959 Feb 24 2004 anaconda-ks.cfg
drwxr-xr-x 3 root root 4096 Jul 18 07:18 bin
drwxr-xr-x 3 root root 4096 Nov 28 07:34 Desktop
drwxr-xr-x 3 root root 4096 Nov 21 2003 Desktop1
drwxr-xr-x 4 root root 4096 Jul 11 2003 evolution
-rw-r--r-- 1 root root 1416 Aug 31 11:28 groupname_enumeration_v3.patch
drwxr-xr-x 4 root root 4096 Aug 11 2003 images
-rw-r--r-- 1 root root 43909 Feb 24 2004 install.log
-rw-r--r-- 1 root root 6957 Feb 24 2004 install.log.syslog
-rw-r--r-- 1 root root 641 Aug 30 12:44 krb5.conf
-rw-r--r-- 1 root root 2389 Aug 30 12:44 krb.conf
drwxr-xr-x 7 root root 4096 Jan 19 2004 Mail
-rw------- 1 root root 998 Nov 10 2004 mbox
drwxr-xr-x 5 root root 4096 Aug 18 2004 MIRROR
drwxr-xr-x 4 1002 1000 4096 Aug 30 13:40 pam_ldap-180
-rw-r--r-- 1 root root 210 Aug 10 2004 piranhakey.pub
-rw-r--r-- 1 root root 3255 Oct 30 2003 snmpd.conf
-rw-r--r-- 1 root root 420 Jun 27 2005 test
-rw-r--r-- 1 root root 48101 Aug 11 2003 upgrade.log
-rw-r--r-- 1 root root 1916 Aug 11 2003 upgrade.log.syslog
-rw-r--r-- 1 root root 2481 Aug 31 11:27 winbindd_v1.patch
ftp>
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 03:32 AM
12-29-2005 03:32 AM
Re: ftp access
Meaning, I want ltcsweeps and root to be able to ftp into this system and get anything they want.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-29-2005 04:54 AM
12-29-2005 04:54 AM
Re: ftp access
Configure:
chroot_list_enable=NO
chroot_local_user=NO
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-03-2006 12:25 AM
01-03-2006 12:25 AM
Re: ftp access
If the /etc/ftpusers file exists the user from which you are trying to login must not be listed in that file.
Cheerz