Subject: Re: ssh config path change (/etc -> /etc/ssh)
To: None <tls@rek.tjls.com>
From: None <itojun@iijlab.net>
List: tech-userlevel
Date: 03/12/2002 11:54:22
>> 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?
yes.
>Since we don't use the
>same config file names, why cause users more pain by moving them again
>just because OpenSSH did?
i really think that we should revert the config file name changes
(go back to ssh_config and sshd_config).
itojun