1833655 Members
3986 Online
110062 Solutions
New Discussion

Re: User account setup

 
SOLVED
Go to solution
Cheung Sai Man
Occasional Contributor

User account setup

Hello,
I have two questions:
1.)How to setup a specified user so that she only can create one telnet session?
2.)How to create ftpm user account in order that she cannot go to other directory?
Thanks!
Simon
3 REPLIES 3
D Block 2
Respected Contributor
Solution

Re: User account setup

2) use "rsh" for the shell account.

1) change the .profile in her account to point to a new directory that has a new shell called 'telnet'. the new shell called 'telnet' can keep track of how many sessions are running for this user account. The new 'telnet' program is your program that calls the real TELNET path.

Golf is a Good Walk Spoiled, Mark Twain.
whiteknight
Honored Contributor

Re: User account setup


Cheung,

You can configure restricted shell.

use sam -r


WK
please assign points
Problem never ends, you must know how to fix it
Cheung Sai Man
Occasional Contributor

Re: User account setup

Dear Tom and WK,
Thanks for your quick response. I will try.
Simon