[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: stop users telnet - fun ...



hey...

i've done that too... ( changed the deamon to that similar script )

and the comment, "if you really need to get access...you should already
know how to do it"....

and the other comment to add... please use ssh instead ...

and boy do some people get annoyed when they get that message .... 

its not fun working with serious people all the time...

c ya
alvin


On Thu, 31 May 2001, ANDREW PERRIN wrote:

> Use /bin/false as the users' shell, or alternatively write your own (more
> informative) one to tell them what's up:
> 
> #!/usr/bin/perl -w
> 
> print "Sorry... Mike doesn't want you logging into this machine.\n";
> exit 1;
> 



Reply to: