Re: creating ftp users!

2007-07-18 Thread Schiz0
On 7/18/07, Gollapati, Kishore (GE Indust, ES Europe, consultant) [EMAIL PROTECTED] wrote: Hi I am using windows 2003 server. I want to limiting ftp users to their respective home dir. i have seen your reply You can do this simply by creating a file /etc/ftpchroot and putting all the

Re: creating ftp users!

2007-07-18 Thread Olivier Nicole
I am using windows 2003 server. I want to limiting ftp users to their respective home dir. i have seen your reply You can do this simply by creating a file /etc/ftpchroot and putting all the usernames in there. Chroot is a Unix thing, no way you can apply to Windaube. That said, chroot is

Re: creating ftp users!

2007-07-18 Thread Andrew Gould
- Original Message From: Gollapati, Kishore (GE Indust, ES Europe, consultant) [EMAIL PROTECTED] To: freebsd-questions@freebsd.org Sent: Wednesday, July 18, 2007 7:22:43 AM Subject: creating ftp users! Hi I am using windows 2003 server. I want to limiting ftp users to their

Re: creating ftp users!

2007-07-18 Thread Zbigniew Szalbot
Hello, During the installation, select the option to activate inetd and uncomment the ftp line in /etc/inetd.conf. Step 2. Login as root and create your users using the command 'adduser'. Step 3. Using a text editor, such as vi, create the file

Re: creating ftp users!

2007-07-18 Thread Yuri Pankov
On Wed, Jul 18, 2007 at 05:30:23PM +0200, Zbigniew Szalbot wrote: Hello, During the installation, select the option to activate inetd and uncomment the ftp line in /etc/inetd.conf. Step 2. Login as root and create your users using the command

Re: creating ftp users!

2007-07-18 Thread Norberto Meijome
On Wed, 18 Jul 2007 19:32:36 +0400 Yuri Pankov [EMAIL PROTECTED] wrote: I hope I am not hijacking this thread but using this opportunity I would like to ask if a similar thing could be applied to scp connections? BTW - contrary to the original poster I am using FreeBSD ;) Install

RE: creating ftp users!

2003-06-28 Thread FBSD_User
Rob, If you want a nice message, I suggest creating a class in /etc/logins.conf which point to a /etc/issues.sftponly file where the user gets a nice message, which you deem appropriate. Secondly, as far as chroot, I don't believe OpenSSH supports chroot natively, however I know there is a

Re: creating ftp users!

2003-06-23 Thread Jonathan Arnold
How to create users for Ftp server(inetd)? You just use the 'adduser' command normally, to add a normal user. If they are just going to be doing ftp, you can use the /sbin/nologin for their shell, so they can't login. -- Jonathan Arnold (mailto:[EMAIL PROTECTED]) Daemon Dancing in the Dark, a

RE: creating ftp users!

2003-06-23 Thread Doron Shmaryahu
Sent: 23 June 2003 01:38 PM To: [EMAIL PROTECTED] Subject: Re: creating ftp users! How to create users for Ftp server(inetd)? You just use the 'adduser' command normally, to add a normal user. If they are just going to be doing ftp, you can use the /sbin/nologin for their shell, so they can't

Re: creating ftp users!

2003-06-23 Thread Rob Lahaye
I have not inetd running, but instead only allow secure connections with ssh and sftp. However, the hints given here seem to only apply to ftpd server and not the sftp connection. /sbin/nologin disables both, ssh and sftp. Is there a way to disable ssh, but allow sftp access only? Can I do the

Re: creating ftp users!

2003-06-23 Thread Rob Lahaye
Raymond Sundland wrote: Rob, You can try setting the user's shell to /usr/libexec/sftp-server (or wherever the sftp-server binary exists under FreeBSD). This will give the user ability to SFTP into the box, but without a normal shell. /usr/lib/exec/sftp-server should be added to

Re: creating ftp users!

2003-06-23 Thread Raymond Sundland
Rob, If you want a nice message, I suggest creating a class in /etc/logins.conf which point to a /etc/issues.sftponly file where the user gets a nice message, which you deem appropriate. Secondly, as far as chroot, I don't believe OpenSSH supports chroot natively, however I know there is a patch