Re: sshd in current....no config files in /etc/ssh

2000-03-10 Thread Kai Großjohann
[EMAIL PROTECTED] (FreeBSD mailing list) writes: 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. The answer `run mergemaster' will

sshd in current....no config files in /etc/ssh

2000-03-07 Thread Bill Woods
I just finished a make world for -current todayd cvsup. All went well but I was planning on setting up ssh between my home systems and aneother system on the net, but I find there are no config files in /etc/ssh. I do have the crypto sources also. Thanks Bill To Unsubscribe: send mail to

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread Oscar Bonilla
On Tue, Mar 07, 2000 at 08:52:22AM -0800, Bill Woods wrote: I just finished a make world for -current todayd cvsup. All went well but I was planning on setting up ssh between my home systems and aneother system on the net, but I find there are no config files in /etc/ssh. I do have the

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread William Woods
No, I dident. I dident have old ssh (the port one) to merge. This is the 1st time use of ssh on this system. On 07-Mar-00 Oscar Bonilla wrote: On Tue, Mar 07, 2000 at 08:52:22AM -0800, Bill Woods wrote: I just finished a make world for -current todayd cvsup. All went well but I was planning

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread Jay Oliver
Regardless, without using mergemaster, the NEW config files will never have gotten placed into /etc Make world does not in and of itself in any way touch those configuration files. - Jay Oliver - Original Message - From: "William Woods" [EMAIL PROTECTED] To: "Oscar Bonilla" [EMAIL

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread William Woods
OK, well, I useally merge files by hand because I am not familiar with mergemaster..how would I do this by hand? On 07-Mar-00 Jay Oliver wrote: Regardless, without using mergemaster, the NEW config files will never have gotten placed into /etc Make world does not in and of itself in any

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread Steve Kargl
William Woods wrote: OK, well, I useally merge files by hand because I am not familiar with mergemaster..how would I do this by hand? man mergemaster If you insist on doing it by hand, start with "diff -urN /etc /usr/src/etc" -- Steve To Unsubscribe: send mail to [EMAIL PROTECTED]

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread William Woods
Good god, I am saying that the files to merger dont existthere is nothing to merge... This is the eror I get when trying to run ssdd /etc/ssh/sshd_config: No such file or directory the file sshd_config does not exist on my system to merge... On 07-Mar-00 Steve Kargl wrote: William

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread Matt Heckaman
That is what mergemaster does, it places everything you could ever need in a temporary root, diffs it against /etc, merges anything existing, tells you if there is a file that you do not have, you answer 'i' and it installs the default file. Despite the name, mergemaster is not only for

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread Steve Kargl
troutmask:root[204] locate sshd_config /usr/local/etc/sshd_config /usr/src/crypto/openssh/sshd_config man locate man 8 sshd William Woods wrote: Good god, I am saying that the files to merger dont existthere is nothing to merge... I don't see you making that statement below. You said

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread FreeBSD mailing list
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

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread William Woods
ThanksI 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 On 07-Mar-00 Matt Heckaman wrote: That is what mergemaster does, it

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread Kris Kennaway
On Tue, 7 Mar 2000, William Woods wrote: ThanksI 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 It will be created for

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread William Woods
Thank you... On 07-Mar-00 Kris Kennaway wrote: On Tue, 7 Mar 2000, William Woods wrote: ThanksI 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

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread R Joseph Wright
On Tue, 7 Mar 2000, William Woods wrote: Good god, I am saying that the files to merger dont existthere is nothing to merge... This is the eror I get when trying to run ssdd /etc/ssh/sshd_config: No such file or directory the file sshd_config does not exist on my system to

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread Jake Burkholder
ThanksI 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

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread William Woods
Thanks, I had been doing things manually for a while now. I dod look at mergemaster and used it for ssh and it worked well. I am planning on investigating it more later on today. On 07-Mar-00 Jake Burkholder wrote: ThanksI used that "i" option and it worked...well, almost. I have the

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread R Joseph Wright
On Tue, Mar 07, 2000 at 12:02:38PM +, FreeBSD mailing list wrote: 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. When

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread Jordan K. Hubbard
Good god, I am saying that the files to merger dont existthere is nothing to merge... You need to be reading -current or stop running it. The issue with /etc/ssh/sshd_config has been discussed to death. - Jordan To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread Jordan K. Hubbard
You know people, it's quite sad that those with knowledge simply refuse to answer simple questions without "RTFM" attitudes and indirect (and What you and others don't seem to understand is that there are also "minimum responsibilities" that have been established for users of our

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread Doug Barton
Matt Heckaman wrote: Despite the name, mergemaster is not only for merging, it's about the most handy tool I've ever come across for make worlds, makes updating configs a very easy task indeed. Doug definately deserves a few hundred pats on the back for that program. Well, kind

Re: sshd in current....no config files in /etc/ssh

2000-03-07 Thread David O'Brien
On Tue, Mar 07, 2000 at 11:31:26AM -0800, William Woods wrote: Good god, I am saying that the files to merger dont existthere is nothing to merge... If you insist on doing it by hand, start with "diff -urN /etc /usr/src/etc" Perhaps you are not familar with the "-N" option to