Date: Mon, 11 Sep 2000 15:02:43 -0700 From: Jim Mock <jim@lust.geekhouse.net> To: Zhihui Zhang <zzhang@cs.binghamton.edu> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: Using ssh Message-ID: <20000911150243.A39480@envy.geekhouse.net> In-Reply-To: <Pine.SOL.4.21.0009111739140.20848-100000@sol.cs.binghamton.edu>; from zzhang@cs.binghamton.edu on Mon, Sep 11, 2000 at 05:53:53PM -0400 References: <Pine.SOL.4.21.0009111739140.20848-100000@sol.cs.binghamton.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 11 Sep 2000 at 17:53:53 -0400, Zhihui Zhang wrote: > Thanks to helps I got previous day. I add sshd_enable="YES" to enable > sshd on one FreeBSD box. I also download Tera Term with ssh > extension. Now I can telnet from Windows 98 to my FreeBSD box. Still I > have the following questions: > > (1) How can I enforce using ssh on a per-user basis (e.g. root)? Is > there a way to check ssh is actually being used? Disable telnet in /etc/inetd.conf and HUP inetd. > (2) When I run ssh from another FreeBSD box to this sshd-enabled > FreeBSD box, I got the following: > > $ ssh a.b.c.d > The authenticity of host 'a.b.c.d' can't be established. > RSA key fingerprint is a2:9d:0f:43:89:b4:25:1a:e7:f8:6b:eb:a9:de:63:07. > Are you sure you want to continue connecting (yes/no)? no > > How to solve this? Choose yes. It will store the key and not ask you for it again. - jim -- jim mock <jim@jmock.com> work: jim@osd.bsdi.com | jim@FreeBSD.org http://soupnazi.org/ BSDi Open Source Div | http://bsdi.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000911150243.A39480>