From owner-freebsd-questions Mon Sep 11 14:57:37 2000 Delivered-To: freebsd-questions@freebsd.org Received: from bingnet2.cc.binghamton.edu (bingnet2.cc.binghamton.edu [128.226.1.18]) by hub.freebsd.org (Postfix) with ESMTP id D404737B42C for ; Mon, 11 Sep 2000 14:57:34 -0700 (PDT) Received: from sol.cs.binghamton.edu (sol.cs.binghamton.edu [128.226.123.100]) by bingnet2.cc.binghamton.edu (8.9.3/8.9.3) with ESMTP id RAA13208 for ; Mon, 11 Sep 2000 17:57:34 -0400 (EDT) Date: Mon, 11 Sep 2000 17:53:53 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: Using ssh Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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? (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? Thanks for your help. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message