Thanks a lot!;))))
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Xhaim
Sent: Sunday, October 15, 2000 7:33 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: RE: "Disabled telnet" message on port 23.
dont forget chmod +x to this script.
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Xhaim
Sent: Sunday, October 15, 2000 7:18 PM
To: [EMAIL PROTECTED]
Cc: [EMAIL PROTECTED]
Subject: RE: "Disabled telnet" message on port 23.
It's very easy.
just edit your /etc/inetd.conf
go to the telnet line and switch in.telnetd with the name of script you'll
write.
you can put this script at the directory where in.telnetd is placed at (use
which in.telnetd)
script for example:
#!/bin/sh
echo Telnet is disabled Use ssh
do kill -1 to the inetd process(killall -1 inetd)
and that's all !
Haim
-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On
Behalf Of Maxim Kryachko
Sent: Sunday, October 15, 2000 3:43 PM
To: '[EMAIL PROTECTED]'
Subject: "Disabled telnet" message on port 23.
Hi all.
I disabled telnet service on my machine. Now I want everyone trying
to connect to this computer via telnet will get some message I edited,
informed him
about this services is disabled and suggesting using sCRT with SSH2 protocol
instead.
How could I have Linux show this messages to everyone connecting port 23 ?
Thank you
Max.
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]