> Thanks....I used that "i" option and it worked...well, almost. I have the files
> I need in /etc/ssh but when I start sshd I get this now.....
>
> error: Could not load host key: /etc/ssh/ssh_host_key: No such file or
> directory
If you want to track current you must use mergemaster.
This is probably because you haven't updated rc.network...
case ${sshd_enable} in
[Yy][Ee][Ss])
if [ ! -f /etc/ssh/ssh_host_key ]; then
echo ' creating ssh host key';
/usr/bin/ssh-keygen -N "" -f /etc/ssh/ssh_host_key
fi
;;
esac
My host key was generated automatically when I rebooted and I was
quite impressed.
Just type 'mergemaster' as root. It's interactive and doesn't overwrite
anything automatically.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-current" in the body of the message
- Re: sshd in current....no config files in /etc/ssh Oscar Bonilla
- Re: sshd in current....no config files in /etc/s... William Woods
- Re: sshd in current....no config files in /e... Jay Oliver
- Re: sshd in current....no config files i... William Woods
- Re: sshd in current....no config fil... Steve Kargl
- Re: sshd in current....no confi... William Woods
- Re: sshd in current....no c... Matt Heckaman
- Re: sshd in current....no c... William Woods
- Re: sshd in current....no c... Kris Kennaway
- Re: sshd in current....no c... William Woods
- Re: sshd in current....no c... Jake Burkholder
- Re: sshd in current....no c... William Woods
- Re: sshd in current....no c... Doug Barton
- Re: sshd in current....no c... Steve Kargl
- Re: sshd in current....no c... R Joseph Wright
- Re: sshd in current....no c... Jordan K. Hubbard
- Re: sshd in current....no c... David O'Brien
- Re: sshd in current....no c... Steve Kargl
- Re: sshd in current....no c... David O'Brien
- Re: sshd in current....no config files in /etc/ssh FreeBSD mailing list
- Re: sshd in current....no config files in /etc/s... Will Andrews
