RE: User specific ssh and sftp-server

2002-06-26 Thread Golden_Eternity
hi, do you know where I can find some write up on this? I haven't found much in the way of documentation on the sftp dummy shell, there is a program called ssh-chrootmgr that I used to set it up, but its been a year since I've looked at it and don't currently have a system to test it on. -

RE: User specific ssh and sftp-server

2002-06-24 Thread Koh Ssu-han
. ssuhan -Original Message- From: Blake R. Swopes [mailto:[EMAIL PROTECTED]] Sent: Wed 6/19/2002 11:28 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Cc: Subject: RE: User specific ssh and sftp-server What I've done along these lines is to set up an sshusers group then set ssh to restrict

RE: User specific ssh and sftp-server

2002-06-20 Thread Blake R. Swopes
What I've done along these lines is to set up an sshusers group then set ssh to restrict to that group. If you are using commerical ssh, they have a dummy shell you can set up for sftp only users. From: Choman [mailto:[EMAIL PROTECTED]] can't seem to find what I'm looking for. Basically, I

RE: User specific ssh and sftp-server

2002-06-20 Thread Chris Eidem
to the box in the group... - chris -Original Message- From: Choman [mailto:[EMAIL PROTECTED]] Sent: Thursday, June 13, 2002 12:15 PM To: [EMAIL PROTECTED] Subject: User specific ssh and sftp-server Hey all, I've been poking around sshd and sftp-server man pages, but I can't seem

Re: User specific ssh and sftp-server

2002-06-15 Thread Paul Devisser
Subject: User specific ssh and sftp-server Hey all, I've been poking around sshd and sftp-server man pages, but I can't seem to find what I'm looking for. Basically, I would like to limit ssh access to only 1 user on my machine (choman), and sftp access to another user on my machine (choftp

Re: User specific ssh and sftp-server

2002-06-15 Thread rogue
if choftp's shell is /bin/false there is no way for it even open an ftp connection. it needs at least /bin/sh to connect to the ftp daemon an run stuff like ls and get. On Thu, 13 Jun 2002, Choman wrote: Hey all, I've been poking around sshd and sftp-server man pages, but I can't seem to find

RE: User specific ssh and sftp-server

2002-06-15 Thread Jeremy Fowler
: 192.168.100.1 -Original Message- From: [EMAIL PROTECTED] [mailto:security-basics-return-12256-jfowler=westrope.com@securityfocus. com]On Behalf Of Choman Sent: Thursday, June 13, 2002 12:15 PM To: [EMAIL PROTECTED] Subject: User specific ssh and sftp-server Hey all, I've been poking around sshd

User specific ssh and sftp-server

2002-06-14 Thread Choman
Hey all, I've been poking around sshd and sftp-server man pages, but I can't seem to find what I'm looking for. Basically, I would like to limit ssh access to only 1 user on my machine (choman), and sftp access to another user on my machine (choftp). However, choftp is running /bin/false

RE: sftp server

2002-02-07 Thread ew-maillist
: Thursday, January 31, 2002 10:12 AM To: [EMAIL PROTECTED] Subject: sftp server Greetings, I have someone with which I wish to automate file transfers. I wish to do this securely. I thought that running ssh on the box with key exchanges would do this just fine since i can then use sftp. However

RE: sftp server

2002-02-04 Thread leon
Out [mailto:[EMAIL PROTECTED]] Sent: Thursday, January 31, 2002 10:12 AM To: [EMAIL PROTECTED] Subject: sftp server Greetings, I have someone with which I wish to automate file transfers. I wish to do this securely. I thought that running ssh on the box with key exchanges would do this just fine

Re: sftp server

2002-02-02 Thread Jared C. Lovell
Set the user's shell to something that's not a shell. Some systems have a /sbin/nologin, or you can use /bin/false or something equally harmless. It's proabably gotta exist in your system's list of valid shells (/etc/shells). hope that helps. - Jared Lovell On Thu, 31 Jan 2002, Geeking

sftp server

2002-02-01 Thread Geeking Out
Greetings, I have someone with which I wish to automate file transfers. I wish to do this securely. I thought that running ssh on the box with key exchanges would do this just fine since i can then use sftp. However, if I install ssh on the box, and I give the client access, they can also log