Subject: ssh config path change (/etc -> /etc/ssh)
To: None <current-users@netbsd.org>
From: None <itojun@iijlab.net>
List: current-users
Date: 03/11/2002 18:59:58
	for NetBSD-current, ssh configuration file have moved from /etc
	to /etc/ssh (follows openssh 3.0.2 -> 3.1 change).
	you will need to perform the following before you restarting sshd:
	# mkdir /etc/ssh
	# mv /etc/{ssh.conf,sshd.conf,ssh*key,ssh*key.pub} /etc/ssh
	# vi /etc/sshd.conf
		(change reference to /etc/ssh*key to /etc/ssh/ssh*key)

itojun


------- Forwarded Message

	by coconut.itojun.org (Postfix) with SMTP id 9178E4B25
	for <itojun@itojun.org>; Mon, 11 Mar 2002 15:22:45 +0900 (JST)
  by mail.netbsd.org with SMTP; 11 Mar 2002 06:22:32 -0000
	by coconut.itojun.org (Postfix) with ESMTP id 565364B22
	for <tech-userlevel@netbsd.org>; Mon, 11 Mar 2002 15:22:31 +0900 (JST)
To: tech-userlevel@netbsd.org
In-reply-to: dgriffi's message of Thu, 07 Mar 2002 19:10:27 PST.
      <Pine.OSF.4.05.10203071905350.25794-100000@pegasus.cs.csubak.edu> 
Subject: Re: openssh configuration path change 
From: itojun@iijlab.net
Date: Mon, 11 Mar 2002 15:22:31 +0900
Message-ID: <11597.1015827751@itojun.org>
Sender: tech-userlevel-owner@netbsd.org

	(as you may have noticed) for NetBSD-current, configuration
	file path has changed from /etc to /etc/ssh.  we basically are in sync
	with openssh.  for 1.5, i do not plan to change it.

itojun

------- End of Forwarded Message