Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Jun 2001 14:20:04 -0700 (PDT)
From:      Bill Fenner <fenner@research.att.com>
To:        freebsd-bugs@FreeBSD.org
Subject:   Re: bin/27821: can't do RSA login via ssh to root account
Message-ID:  <200106012120.f51LK4B05603@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR bin/27821; it has been noted by GNATS.

From: Bill Fenner <fenner@research.att.com>
To: archie@packetdesign.com
Cc: freebsd-gnats-submit@freebsd.org
Subject: Re: bin/27821: can't do RSA login via ssh to root account
Date: Fri, 1 Jun 2001 14:14:32 -0700

 I'm doing this with both RSA and DSA keys under stock FreeBSD 4.3 without
 a problem.  The RSA public key is in /root/.ssh/authorized_keys, the
 DSA public key is in /root/.ssh/authorized_keys2, both my RSA and DSA
 keys are loaded in my ssh-agent, and root logins "just work".
 
 mango% uname -a
 FreeBSD mango.attlabs.att.com 4.3-RC FreeBSD 4.3-RC #1: Wed Apr 18 10:33:41 PDT 2001     root@mango.attlabs.att.com:/usr/obj/usr/src/sys/MANGO  i386
 mango% ssh -v -l root cubix01
 SSH Version OpenSSH_2.3.0 green@FreeBSD.org 20010321, protocol versions 1.5/2.0.
 Compiled with SSL (0x0090600f).
 ...
 debug: Trying RSA authentication via agent with 'William C. Fenner'
 debug: Received RSA challenge from server.
 debug: Sending response to RSA challenge.
 debug: Remote: RSA authentication accepted.
 debug: RSA authentication accepted by server.
 ...
 Last login: Fri Jun  1 14:06:57 2001 from mango.attlabs.at
 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
         The Regents of the University of California.  All rights reserved.
 FreeBSD 4.3-RELEASE (CUBIX) #1: Tue Apr 24 16:14:26 GMT 2001
 
 This system is part of HA178's network lab.
 Please contact Bill Fenner <fenner@research.att.com> if you have
  any questions.
 
             _     _       ___  _ 
   ___ _   _| |__ (_)_  __/ _ \/ |
  / __| | | | '_ \| \ \/ / | | | |
 | (__| |_| | |_) | |>  <| |_| | |
  \___|\__,_|_.__/|_/_/\_\\___/|_|
                                  
 
 cubix01# 
 ...
 
 mango% ssh -v -2 -l root cubix01
 SSH Version OpenSSH_2.3.0 green@FreeBSD.org 20010321, protocol versions 1.5/2.0.
 Compiled with SSL (0x0090600f).
 ...
 debug: authentications that can continue: publickey,password
 debug: next auth method to try is publickey
 debug: trying DSA agent key /home/fenner/.ssh/id_dsa-cubix
 debug: ssh-userauth2 successfull: method publickey
 ...
 Last login: Fri Jun  1 14:09:12 2001 from mango.attlabs.at
 Copyright (c) 1980, 1983, 1986, 1988, 1990, 1991, 1993, 1994
         The Regents of the University of California.  All rights reserved.
 FreeBSD 4.3-RELEASE (CUBIX) #1: Tue Apr 24 16:14:26 GMT 2001
 
 This system is part of HA178's network lab.
 Please contact Bill Fenner <fenner@research.att.com> if you have
  any questions.
 
             _     _       ___  _ 
   ___ _   _| |__ (_)_  __/ _ \/ |
  / __| | | | '_ \| \ \/ / | | | |
 | (__| |_| | |_) | |>  <| |_| | |
  \___|\__,_|_.__/|_/_/\_\\___/|_|
                                  
 
 cubix01# 
 

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200106012120.f51LK4B05603>