On Wed, 28 Nov 2001, Manish Jethani wrote:
I want to know how I can block telnet access to my machine _when_a_specified_condition_is_true_.
Okay, here's what I am doing for now. A script that checks for the condition and creates or deletes /etc/nologin . I've put the script in crontab.
Manish