From owner-freebsd-questions Fri Sep 8 15: 8:32 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 018EE37B43E for ; Fri, 8 Sep 2000 15:08:14 -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 SAA09928 for ; Fri, 8 Sep 2000 18:08:07 -0400 (EDT) Date: Fri, 8 Sep 2000 18:04:30 -0400 (EDT) From: Zhihui Zhang To: freebsd-questions@freebsd.org Subject: newbie ssh installation problem 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 I am using FreeBSD 4.1, trying to install ssh for the first time: pluto# setenv USA_RESIDENT NO pluto# cd /usr/ports/security/ssh pluto# make; make install pluto# sshd error: Could not load host key: /etc/ssh/ssh_host_key: No such file or directory Disabling protocol version 1 error: Could not load DSA host key: /etc/ssh/ssh_host_dsa_key Disabling protocol version 2 sshd: no hostkeys available -- exiting. sshd: no hostkeys available -- exiting. Try again: pluto# cd /etc/ssh pluto# cp /usr/local/etc/ssh_host* . pluto# sshd /etc/ssh/sshd_config line 6: "randomseed" option is obsolete. /etc/ssh/sshd_config: line 13: Bad configuration option: QuietMode /etc/ssh/sshd_config: line 16: Bad configuration option: FascistLogging fatal: /etc/ssh/sshd_config: terminating, 2 bad configuration options What should I do now? BTW, is there a free SSH client running on Windows 98? Thanks for your help. -Zhihui To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message