Re: telnet as login shell

2005-10-16 Thread Aurelien Ricard
Benjamin A'Lee wrote: On Sat, 2005-10-15 at 08:56 -0700, Stephen Le wrote: Is it possible to change a user's login shell to an instance of telnet to a user-unique port? When a user logs into my server, I'd like them to be immediately dropped into a telnet session on a specific port running

Re: telnet as login shell

2005-10-16 Thread Stephen Le
On 10/16/05, Aurelien Ricard [EMAIL PROTECTED] wrote: Stephen, try to put a telnet session in their ~/.bashrc I've never tried but it should work. While this works, it is insecure. A user can easily run a command like 'ssh [EMAIL PROTECTED] rm .bashrc' to delete the .bashrc file and get full

Re: telnet as login shell

2005-10-16 Thread Aurelien Ricard
Stephen Le wrote: On 10/16/05, Aurelien Ricard [EMAIL PROTECTED] wrote: Stephen, try to put a telnet session in their ~/.bashrc I've never tried but it should work. While this works, it is insecure. A user can easily run a command like 'ssh [EMAIL PROTECTED] rm .bashrc' to delete the

telnet as login shell

2005-10-15 Thread Stephen Le
Is it possible to change a user's login shell to an instance of telnet to a user-unique port? When a user logs into my server, I'd like them to be immediately dropped into a telnet session on a specific port running on the server and to be disconnected when their telnet session ends. Thanks.

Re: telnet as login shell

2005-10-15 Thread Benjamin A'Lee
On Sat, 2005-10-15 at 08:56 -0700, Stephen Le wrote: Is it possible to change a user's login shell to an instance of telnet to a user-unique port? When a user logs into my server, I'd like them to be immediately dropped into a telnet session on a specific port running on the server and to be