Date: Tue, 7 Mar 2000 12:02:38 +0000 From: freebsd@mrynet.com (FreeBSD mailing list) To: freebsd-current@freebsd.org Subject: Re: sshd in current....no config files in /etc/ssh Message-ID: <200003072002.MAA09569@mrynet.com>
next in thread | raw e-mail | index | archive | help
I did the following to manually set up ssh after the world build: cp /usr/src/crypto/openssh/sshd_config /etc/ssh It's as simple as that. Then when you reboot next, the host key will be regenerated by /etc/rc.network, provided you updated that from /usr/src/etc as well. If you don't want to wait until reboot to start sshd, do: /usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key This is the command used by /etc/rc.network. It Worked For Me. You know people, it's quite sad that those with knowledge simply refuse to answer simple questions without "RTFM" attitudes and indirect (and more frequently direct) insults to intelligence and sensibilities. There is absolutely no reason why you can't submit the help, with suggestion toward ones perception of "the Right Way" to do it, rather than beat the issue to death with superior posturing. Pursue your Ideal Methodologies, but try some constructiveness rather than the Attitudes of the Norm common on other development lists. -scott -- Scott G. Akmentins-Taylor InterNet: staylor@mrynet.com MRY Systems staylor@mrynet.lv (Skots Gregorijs Akmentins-Teilors -- just call me "Skots") ----- Labak miris neka sarkans ----- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003072002.MAA09569>