Subject: Re: ssh config path change (/etc -> /etc/ssh)
To: None <itojun@iijlab.net, tech-userlevel@netbsd.org>
From: Thor Lancelot Simon <tls@rek.tjls.com>
List: tech-userlevel
Date: 03/11/2002 11:22:55
On Mon, Mar 11, 2002 at 06:59:58PM +0900, itojun@iijlab.net wrote:
> 	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)

Are you sure this was the right thing to do?  Since we don't use the
same config file names, why cause users more pain by moving them again
just because OpenSSH did?