Re: Problem with telnetd

2000-04-14 Thread kmself
What are your firewall and/or /etc/hosts.allow | /etc/hosts.deny settings? Telnet is an insecure protocol and should generally not be used. SSH is the preferred alternative these days. The Security HOWTO also mentions a secure telnet replacement using SSL. On Fri, Apr 14, 2000 at 11:33:12AM +02

Problem with telnetd

2000-04-14 Thread Vicente Torres
When I telnet my machine from another box, I get following message bash-2.02$ telnet mymachine Trying XXX.XXX.XXX.XXX... Connected to mymachine. Escape character is '^]'. telnetd: getpty: Permission denied . Connection closed by foreign host. bash-2.02$ SSH works well. I think it was after upgra

Re: Problem with telnetd ??? (fwd)

1997-07-22 Thread OLH
Ole B Hansen 22-07-97 09:18 Test af svar-agent fra OLH -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: Problem with telnetd ???

1997-07-22 Thread OLH
Ole B Hansen 22-07-97 09:18 Test af svar-agent fra OLH -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: Problem with telnetd ???

1997-07-22 Thread OLH
Ole B Hansen 22-07-97 09:18 Test af svar-agent fra OLH -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: Problem with telnetd ???

1997-07-22 Thread OLH
Ole B Hansen 22-07-97 09:18 Test af svar-agent fra OLH -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: Problem with telnetd ???

1997-07-22 Thread OLH
Ole B Hansen 22-07-97 09:18 Test af svar-agent fra OLH -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: Problem with telnetd ???

1997-07-22 Thread OLH
Ole B Hansen 22-07-97 09:18 Test af svar-agent fra OLH -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: Problem with telnetd ??? (fwd)

1997-05-23 Thread Nathan E Norman
The "International" versions of PGP are illegal to use within the US, due to a patent on RSA. There are two alternatives. If you are *not* a commercial enitity you can use Viacrypt PGP. See their web page. If you use PGP for individual use, non-profit, etc., you can use the "US" version which

Re: Problem with telnetd ???

1997-05-23 Thread Craig Sanders
On Thu, 22 May 1997, Matthew Tebbens wrote: > My main (debian) system is at an ISP and I dial-in and telnet to my > system. > > Are there any telnet clients for windows that support ssl-telnetd ? I believe that there is a windows version of ssl-telnet. I don't know where you can get it from - you

Re: Problem with telnetd ???

1997-05-23 Thread Matthew Tebbens
My main (debian) system is at an ISP and I dial-in and telnet to my system. Are there any telnet clients for windows that support ssl-telnetd ? Regarding PGP...what is everyone using, the International version or the US version ? Matthew > there are two secure(*), encrypted alternatives: > > 1

Re: Problem with telnetd ???

1997-05-23 Thread Craig Sanders
On Thu, 22 May 1997, Kevin Traas wrote: > When trying to telnet into a Debian GNU/Linux system I set up, I get the > following: > > sally# telnet ross > Trying x.y.z.193... > Connected to ross. > Escape character is '^]'. > > Connection closed by foreign host. > sally# Eloy Paris <[EMAIL PROTEC

Re: Problem with telnetd ???

1997-05-22 Thread Eloy A. Paris
Try putting an entry like this in ross's /etc/hosts: Make sure ross's /etc/host.conf says "order hosts,bind". If this solves your problem it is because the TCP wrapper can not find the name of the machine you are trying to telnet from (an intruder is trying to get access to your system.) Ta

Problem with telnetd ???

1997-05-22 Thread Kevin Traas
When trying to telnet into a Debian GNU/Linux system I set up, I get the following: sally# telnet ross Trying x.y.z.193... Connected to ross. Escape character is '^]'. Connection closed by foreign host. sally# This system is pretty much a default installation. I don't remember having done anyth