FTP access


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers FTP access
# 8  
Old 01-06-2008
You could give everyone a shell of "/usr/bin/false" or some other program that just returns.
# 9  
Old 01-06-2008
Thanks Porter.
But what about the other part of the question above?
# 10  
Old 01-06-2008
Quote:
Originally Posted by Katkota
Thanks Porter.
But what about the other part of the question above?
Which "other part"?
# 11  
Old 01-06-2008
i know i'm a little thick today. but i meant the explanation of your answer when you said:
"This sounds like they should be able to read via shell access. So you export it to another box for read access via shell accounts."
# 12  
Old 01-06-2008
You have since clarified and said they don't need any form of shell access, only FTP.

BTW, can they mount their home directory using NFS from another box or use samba or similar to access their home directories? Do they have any X login mechanism?

Out of interest, what is so special about FTP for access? I would recommend scp/sftp access instead.
# 13  
Old 01-06-2008
every one of these users can access their home directory by mounting the drive on their windows machines.
Also, there's nothing special about FTP & i believe we will be going with sftp
# 14  
Old 01-06-2008
Quote:
Originally Posted by Katkota
every one of these users can access their home directory by mounting the drive on their windows machines.
Using samba on the server?

Quote:
Originally Posted by Katkota
Also, there's nothing special about FTP & i believe we will be going with sftp
With public/private keys?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. AIX

ftp access without shell access

Hi all, I'm using AIX v 5.3 I want to create system users to access through ftp or sftp and restrict those users into specific directory and don't traverse the whole file system just to be restricted within a directory and don't get shell access . i don't want to use any other third party... (7 Replies)
Discussion started by: h@foorsa.biz
7 Replies

2. UNIX for Advanced & Expert Users

FTP and access rights

Hello all, I am currently writing an application that besides other thing ,ftps files from remote machines (running linux and solaris). My problem is this: i am connecting to remote machines as a user other than root and i have found that there is a possibility that i will encounter folders with... (3 Replies)
Discussion started by: noam128
3 Replies

3. IP Networking

can't access with FTP using terminal

hi, I was wondering why I can't connect through Terminal to my FTP server. It perfectly works through client FTP (I've attached an image with settings) http://dl.getdropbox.com/u/72686/cushy2.png But I can't using the terminal I tried many times the same password I use on FTP... (4 Replies)
Discussion started by: aneuryzma
4 Replies

4. Solaris

Ftp access denied

Hello,I must share file from Linux machine to Solaris.I've enabled ftp with svcadm enable ftp,when I connect from Linux box I have this "Name (192.168.1.4:root): anonymous 331 Guest login ok,send your complete e-mail address as password Password : (I give my e-mail address) 530 Login incorrect... (3 Replies)
Discussion started by: bgf0
3 Replies

5. Red Hat

FTP access problem

Hi dear all When i try to connect to an ftp site it shows the following error "An FTP authentication failure occurred while trying to retrieve the URL: ftp://xyz.org/ Squid sent the following FTP command: PASS <yourpassword> and then received this reply User anonymous cannot log in" I... (3 Replies)
Discussion started by: surfer24
3 Replies

6. Solaris

how to deny ftp access

Hi , I want to deny ftp access to some user. Currently I don't have /etc/ftpusers file. From the man page , i can modify the login shell at /etc/passwd to invalid one. How to add it ? replaced with /dev/null or something. If you have any other method to disabled it . Pls show me. My FTP is... (10 Replies)
Discussion started by: skully
10 Replies

7. UNIX for Dummies Questions & Answers

FTP Access

How to restrict ftp user to move to the parent directory of his home directory. Any suggestions will be appreciated. O.S Sun solaris Regards (3 Replies)
Discussion started by: sehgalniraj
3 Replies

8. UNIX for Dummies Questions & Answers

FTP user access

I created a user which I would like to have access only to FTP. I am able to get FTP to the machine with that user, but I only want him to have access to two directories, and no shell access. How can I accomplish this? Thanx, Aaron (1 Reply)
Discussion started by: Spetnik
1 Replies

9. UNIX for Dummies Questions & Answers

FTP access problems

Current setup: I am running Solaris 8 and PROFtpd. I have my network functioning correctly. The server can be pinged from any machine on the network. There is no firewall between the client and the server. The proftpd service is running using the correct and only proftpd.conf file in standalone... (5 Replies)
Discussion started by: zbis12
5 Replies

10. Cybersecurity

Solaris 8 ftp access

I just setup my ftp server on Solaris 8. Everything works fine...except I do not want to allow certain users to be able to change directories outside of their /home directory. In other wors I don't want everyone to be able to view files in other folders outside of their home directoy. I know how to... (1 Reply)
Discussion started by: jskillet
1 Replies
Login or Register to Ask a Question