Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Apr 2001 12:51:45 +0200
From:      Benedikt Schmidt <s_bschmi@ira.uka.de>
To:        freebsd-questions@freebsd.org
Subject:   Re: problem starting sshd
Message-ID:  <20010416125145.A1072@cloaked.de>
In-Reply-To: <5.1.0.12.0.20010416121100.00a10ac0@192.168.2.1>; from bliekp@cable.a2000.nl on Mon, Apr 16, 2001 at 12:15:25PM %2B0200
References:  <5.1.0.12.0.20010416121100.00a10ac0@192.168.2.1>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Apr 16, 2001 at 12:15:25PM +0200, Pim Bliek wrote:
> Last night I did a CVSup + make world for the first time in my life ;-) It 
> went fine. I also did a CVSup of the ports collection.
> 
> Everything works fine now, except for sshd. When it tries to start it exits 
> with the following message:
> 
> sshderror: ConnectionsPerPeriod has been depricated!
Edit your /etc/ssh/sshd_config file (or better see [1]) and 
remove the line with ConnectionsPerPeriod since the OpenSSH Version in 
-stable doesn't support this option anymore.
> 
> Just for completeness, the sequence of events (shortened) on my machine:
> 
> - installed 4.2 from ISO CD
> - cvsup to latest STABLE
> - make world
> - make installworld
> - reconfigged my kernel using new GENERIC
> - make buildkernel
> - make installkernel
[1] You forgot to do a mergemaster to merge in the new config files. You 
_should_ really do that after make world because otherwise your binaries
and config files get out of sync. (deprecated options, changed defaults ...)
> - reboot

-- 
Benedikt

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010416125145.A1072>