Subject: HEADS UP: ssh configuration files renamed
To: None <current-users@netbsd.org>
From: Luke Mewburn <lukem@netbsd.org>
List: current-users
Date: 04/29/2002 18:28:27
HEADS UP!

The ssh(1) and sshd(8) configuration files have been renamed to be
consistent with the OpenSSH defaults:

	Old			New
	---			---
	/etc/ssh/ssh.conf	/etc/ssh/ssh_config
	/etc/ssh/sshd.conf	/etc/ssh/sshd_config

/usr/src/etc/postinstall will detect that these files need renaming, and do
that if run with "fix" (e.g, "/usr/src/etc/postinstall fix ssh").
The "old" configuration locations of /etc/ssh{,d}.conf will also be
checked by postinstall.

Luke.