Re: HELP: telnet vs. security

2002-10-02 Thread Buki

On Tue, Oct 01, 2002 at 01:00:08PM -0700, Kevin Oberman wrote:
> > Date: Tue, 01 Oct 2002 12:07:56 -0600
> > From: Hal Lynch <[EMAIL PROTECTED]>
> > Sender: [EMAIL PROTECTED]
> > 
> > I am running 4.4-RELEASE-p26.
> > 
> > I am trying to telnet out to a CISCO router.  It looks as though
> > my side is trying to set up some kind of kerberos authentication.
> > See below.  How do I prevent this from happening?  The router
> > doesn't have a clue.  I am not running kerberos.
> > 
> > hal
> > 
> > ##
> >  > telnet some.cisco.router
> > Trying some.ip.address...
> > Connected to some.cisco.router.
> > Escape character is '^]'.
> > 
> > 
> > User Access Verification
> > 
> > Password: Kerberos: No default realm defined for Kerberos!
> > 
> > % Password:  timeout expired!
> 
> This is the normal operation. Telnet always tries to use Kerberos
> authentication when the remote device supports it (which Cisco routers
> do).
> 
> Have you considered reading the documentation? The FreeBSD team puts
> considerable effort into keeping it up-to-date and complete so people
> don't have to ask for help.
>  -K  Specifies no automatic login to the remote system.

or perhaps putting 'default unset autologin' in ~/.telnetrc

> 
> R. Kevin Oberman, Network Engineer
> Energy Sciences Network (ESnet)
> Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
> E-mail: [EMAIL PROTECTED]Phone: +1 510 486-8634
> 
> 
> To Unsubscribe: send mail to [EMAIL PROTECTED]
> with "unsubscribe freebsd-questions" in the body of the message

Buki
-- 
PGP public key: http://dev.null.cz/buki.asc

/"\
\ / ASCII Ribbon Campaign
 X  Against HTML & Outlook Mail
/ \ http://www.thebackrow.net


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: HELP: telnet vs. security

2002-10-01 Thread Kevin Stevens



On Tue, 1 Oct 2002, Hal Lynch wrote:

> I am running 4.4-RELEASE-p26.
>
> I am trying to telnet out to a CISCO router.  It looks as though
> my side is trying to set up some kind of kerberos authentication.
> See below.  How do I prevent this from happening?  The router
> doesn't have a clue.  I am not running kerberos.
>
> hal

I don't know the direct answer to your question, but if you just hit Enter
you should get a second login prompt.  Works for me with the same notice.

KeS


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



Re: HELP: telnet vs. security

2002-10-01 Thread Kevin Oberman

> Date: Tue, 01 Oct 2002 12:07:56 -0600
> From: Hal Lynch <[EMAIL PROTECTED]>
> Sender: [EMAIL PROTECTED]
> 
> I am running 4.4-RELEASE-p26.
> 
> I am trying to telnet out to a CISCO router.  It looks as though
> my side is trying to set up some kind of kerberos authentication.
> See below.  How do I prevent this from happening?  The router
> doesn't have a clue.  I am not running kerberos.
> 
> hal
> 
> ##
>  > telnet some.cisco.router
> Trying some.ip.address...
> Connected to some.cisco.router.
> Escape character is '^]'.
> 
> 
> User Access Verification
> 
> Password: Kerberos: No default realm defined for Kerberos!
> 
> % Password:  timeout expired!

This is the normal operation. Telnet always tries to use Kerberos
authentication when the remote device supports it (which Cisco routers
do).

Have you considered reading the documentation? The FreeBSD team puts
considerable effort into keeping it up-to-date and complete so people
don't have to ask for help.
 -K  Specifies no automatic login to the remote system.

R. Kevin Oberman, Network Engineer
Energy Sciences Network (ESnet)
Ernest O. Lawrence Berkeley National Laboratory (Berkeley Lab)
E-mail: [EMAIL PROTECTED]  Phone: +1 510 486-8634


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message



HELP: telnet vs. security

2002-10-01 Thread Hal Lynch

I am running 4.4-RELEASE-p26.

I am trying to telnet out to a CISCO router.  It looks as though
my side is trying to set up some kind of kerberos authentication.
See below.  How do I prevent this from happening?  The router
doesn't have a clue.  I am not running kerberos.

hal

##
 > telnet some.cisco.router
Trying some.ip.address...
Connected to some.cisco.router.
Escape character is '^]'.


User Access Verification

Password: Kerberos: No default realm defined for Kerberos!

% Password:  timeout expired!


To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message