Re: telnet to my machine (cont)

1999-09-23 Thread Rob Mahurin
On Tue, Sep 21, 1999 at 05:22:43PM +0200, Manuel Arenaz Silva wrote: > > Sep 21 17:11:49 cambados in.telnetd[8102]: connect from 193.144.50.23 > Sep 21 17:11:49 cambados in.telnetd[8102]: error: cannot execute > /usr/sbin/in.telnetd: No such file or directory > > Efectively, the file "/usr/sbin/i

Re: telnet to my machine (cont)

1999-09-22 Thread Seth R Arnold
On Wed, Sep 22, 1999 at 01:51:34PM +0200, Manuel Arenaz Silva wrote: > I have installed telnetd via "dpkg --install" and, after that, I have > rebooted the machine. Nevertheless, the daemon was not started. [...] > where de daemon "telnetd" does not appear. What else do I have to > configure in ord

Re: telnet to my machine (cont)

1999-09-22 Thread Mark Brown
On Wed, Sep 22, 1999 at 01:51:34PM +0200, Manuel Arenaz Silva wrote: > I have installed telnetd via "dpkg --install" and, after that, I have > rebooted the machine. Nevertheless, the daemon was not started. By default telnetd is not run as a standalone server but is instead started from inetd. I

Re: telnet to my machine (cont)

1999-09-22 Thread Keith G. Murphy
Manuel Arenaz Silva wrote: > > Jim McCloskey wrote: > > > Hello, Manuel: > > > > [1] If you simply install the telnetd package, the daemon, I believe, > > will start running. If you reboot, it certainly will. So install > > it with: > > > > dpkg --install > > > > or: > > > > a

telnet to my machine (cont)

1999-09-22 Thread Manuel Arenaz Silva
Jim McCloskey wrote: > Hello, Manuel: > > [1] If you simply install the telnetd package, the daemon, I believe, > will start running. If you reboot, it certainly will. So install > it with: > > dpkg --install > > or: > > apt-get install telnetd > > and you should be fine. >

Re: telnet to my machine (cont)

1999-09-22 Thread Seth R Arnold
'ssh' is "secure shell". Think encrypting all the data that passes between two computers. It does more than that, but that is what it is known for. You can tunnel any other connections through it, such as X, whatever. Encrypted, authenticated. Its nice. http://www.ssh.fi/sshprotocols2/ has more

telnet to my machine (cont)

1999-09-22 Thread Manuel Arenaz Silva
Hello, I really want the telnet service installed. But, what is "SSM"? I have never heard about it. thanks

Re: telnet to my machine (cont)

1999-09-22 Thread Shao Zhang
Hi, Is telnetd installed on your system? This is now a package by itself, and it no longer belongs to netstd I think. try atp-get install telnetd. It should do the rest for you. Shao. Manuel Arenaz Silva [EMAIL PROTECTED] wrote: > Hello, > > I have checked the daemons th

Re: telnet to my machine (cont)

1999-09-21 Thread Marcin Owsiany
On Tue, Sep 21, 1999 at 05:22:43PM +0200, Manuel Arenaz Silva wrote: > Hello, > > I have taken a look at the file "/var/log/syslog", which registers the > same information every time a telnet conection is refused: > > Sep 21 17:11:49 cambados in.telnetd[8102]: connect from 193.144.50.23 > Sep 21

Re: telnet to my machine (cont)

1999-09-21 Thread Seth R Arnold
Manuel, try: apt-get update; apt-get install telnetd Of course, this assumes your setup is recent enough for apt-get to work. If your box is an older box based on an earlier version of debian, this might not work -- so try using dselect with your distribution CDs to find the telnetd package. And,

Re: telnet to my machine (cont)

1999-09-21 Thread Jean-Yves BARBIER
On Tue, Sep 21, 1999 at 04:49:01PM +0200, Manuel Arenaz Silva wrote: > ¿How can I make my system install "telnetd" on start-up? I don't know > where the daemons to be installed are specified. Is there any HOW-TO > available? INstall the 'telnetd' package. > NOTE: I cannot "telnet" to my machine b

telnet to my machine (cont)

1999-09-21 Thread Manuel Arenaz Silva
Hello, I have taken a look at the file "/var/log/syslog", which registers the same information every time a telnet conection is refused: Sep 21 17:11:49 cambados in.telnetd[8102]: connect from 193.144.50.23 Sep 21 17:11:49 cambados in.telnetd[8102]: error: cannot execute /usr/sbin/in.telnetd: No

telnet to my machine (cont)

1999-09-21 Thread Manuel Arenaz Silva
Hello, I have checked the daemons that are installed in my system, and I have noticed that "inetd" is working but there is no "telnetd" installed. ¿How can I make my system install "telnetd" on start-up? I don't know where the daemons to be installed are specified. Is there any HOW-TO available?