Re: login access to change account password only

2004-03-12 Thread Nelson E. Castillo
On Wed, Mar 10, 2004 at 12:30:13PM +, Francis Tyers wrote: set the login shell for the user in /etc/passwd to be /usr/bin/passwd? And don't forget to add /usr/bin/passwd in /etc/shells. If this is somehow insecure, please let us know. -- http://geocities.com/arhuaco The first principle

Re: login access to change account password only

2004-03-12 Thread Nelson E. Castillo
On Wed, Mar 10, 2004 at 12:30:13PM +, Francis Tyers wrote: set the login shell for the user in /etc/passwd to be /usr/bin/passwd? And don't forget to add /usr/bin/passwd in /etc/shells. If this is somehow insecure, please let us know. -- http://geocities.com/arhuaco The first principle

login access to change account password only

2004-03-10 Thread Robert Cates
Hi, I would like to know how I can allow a customer to login to my server using SSH (preferably using protocol 2 only) to only change the account password. I know somebody who has an ISP who allows FTP access to update her web site, and SSH access to change the account password. That is, she

Re: login access to change account password only

2004-03-10 Thread Francis Tyers
set the login shell for the user in /etc/passwd to be /usr/bin/passwd? just tested it and it seems to work... Fran On Wed, 2004-03-10 at 12:19, Robert Cates wrote: Hi, I would like to know how I can allow a customer to login to my server using SSH (preferably using protocol 2 only) to only

login access to change account password only

2004-03-10 Thread Robert Cates
Hi, I would like to know how I can allow a customer to login to my server using SSH (preferably using protocol 2 only) to only change the account password. I know somebody who has an ISP who allows FTP access to update her web site, and SSH access to change the account password. That is, she

Re: login access to change account password only

2004-03-10 Thread Francis Tyers
set the login shell for the user in /etc/passwd to be /usr/bin/passwd? just tested it and it seems to work... Fran On Wed, 2004-03-10 at 12:19, Robert Cates wrote: Hi, I would like to know how I can allow a customer to login to my server using SSH (preferably using protocol 2 only) to only

Re: login access to change account password only

2004-03-10 Thread Adrian 'Dagurashibanipal' von Bidder
On Wednesday 10 March 2004 13.30, Francis Tyers wrote: set the login shell for the user in /etc/passwd to be /usr/bin/passwd? just tested it and it seems to work... I don't exactly know how ssh works - are you sure that it always executes anything via the shell on the remote side? Setting up