Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-24 Thread Miroslav Lachman
Scot Hetzel wrote: On Thu, Jun 20, 2013 at 4:28 AM, Lee Dilkie wrote: On 6/19/2013 8:24 PM, Kimmo Paasiala wrote: Ok, this is crazy. If you put one space after the VersionAddendum keyword you get exactly what you want, an empty VersionAddendum string. If there's no space but a newline right a

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-22 Thread Dimitry Andric
On Jun 20, 2013, at 02:24, Kimmo Paasiala wrote: ... > Ok, this is crazy. If you put one space after the VersionAddendum > keyword you get exactly what you want, an empty VersionAddendum > string. If there's no space but a newline right after the > VersionAddendum keyword, sshd(8) complains about

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-21 Thread Scot Hetzel
On Thu, Jun 20, 2013 at 4:28 AM, Lee Dilkie wrote: > > On 6/19/2013 8:24 PM, Kimmo Paasiala wrote: >> Ok, this is crazy. If you put one space after the VersionAddendum >> keyword you get exactly what you want, an empty VersionAddendum >> string. If there's no space but a newline right after the >>

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-20 Thread Lee Dilkie
On 6/19/2013 8:24 PM, Kimmo Paasiala wrote: > Ok, this is crazy. If you put one space after the VersionAddendum > keyword you get exactly what you want, an empty VersionAddendum > string. If there's no space but a newline right after the > VersionAddendum keyword, sshd(8) complains about the line

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-19 Thread Kimmo Paasiala
On Thu, Jun 20, 2013 at 3:15 AM, Miroslav Lachman <000.f...@quip.cz> wrote: > Kimmo Paasiala wrote: >> >> On Thu, Jun 20, 2013 at 2:40 AM, Steven Hartland >> wrote: >>> >>> >>> >>> I believe Miroslav is saying he left his old but previously working >>> sshd_config as was when updating, so its a c

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-19 Thread Miroslav Lachman
Kimmo Paasiala wrote: On Thu, Jun 20, 2013 at 2:40 AM, Steven Hartland wrote: I believe Miroslav is saying he left his old but previously working sshd_config as was when updating, so its a change to the code which now fails on an empty VersionAddendum, where it previously didn't hence the pr

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-19 Thread Charles Sprickman
On Jun 19, 2013, at 7:37 PM, Adam Vande More wrote: > On Wed, Jun 19, 2013 at 6:32 PM, Kimmo Paasiala wrote: > >> You're missing my point totally. The line is commented out in the >> official source of 8.4 and there for I have very hard time believing >> that it would show up uncommented on a fr

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-19 Thread Kimmo Paasiala
On Thu, Jun 20, 2013 at 2:40 AM, Steven Hartland wrote: > > > I believe Miroslav is saying he left his old but previously working > sshd_config as was when updating, so its a change to the code which > now fails on an empty VersionAddendum, where it previously didn't > hence the problem. > >Re

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-19 Thread Steven Hartland
- Original Message - From: "Kimmo Paasiala" To: "Miroslav Lachman" <000.f...@quip.cz> Cc: "freebsd-stable Stable" Sent: Thursday, June 20, 2013 12:32 AM Subject: Re: sshd didn't run after upgrade to FreeBSD 8.4 On Thu, Jun 20, 2013 at 2:

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-19 Thread Adam Vande More
On Wed, Jun 19, 2013 at 6:32 PM, Kimmo Paasiala wrote: > You're missing my point totally. The line is commented out in the > official source of 8.4 and there for I have very hard time believing > that it would show up uncommented on a fresh 8.4 installation. I don't think this warrants a mentio

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-19 Thread Kimmo Paasiala
On Thu, Jun 20, 2013 at 2:29 AM, Miroslav Lachman <000.f...@quip.cz> wrote: > Kimmo Paasiala wrote: >> >> On Thu, Jun 20, 2013 at 1:17 AM, Miroslav Lachman<000.f...@quip.cz> >> wrote: >>> >>> The version of sshd in FreeBSD 8.4 is not backward compatible with older >>> version from 8.3. >>> >>> Open

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-19 Thread Miroslav Lachman
Kimmo Paasiala wrote: On Thu, Jun 20, 2013 at 1:17 AM, Miroslav Lachman<000.f...@quip.cz> wrote: The version of sshd in FreeBSD 8.4 is not backward compatible with older version from 8.3. OpenSSH_5.4p1 (on FreeBSD 8.3) OpenSSH_6.1p1 (on FreeBSD 8.4) # sshd -t /etc/ssh/sshd_config line 19: Mis

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-19 Thread Kimmo Paasiala
On Thu, Jun 20, 2013 at 1:17 AM, Miroslav Lachman <000.f...@quip.cz> wrote: > The version of sshd in FreeBSD 8.4 is not backward compatible with older > version from 8.3. > > OpenSSH_5.4p1 (on FreeBSD 8.3) > OpenSSH_6.1p1 (on FreeBSD 8.4) > > # sshd -t > /etc/ssh/sshd_config line 19: Missing argume

Re: sshd didn't run after upgrade to FreeBSD 8.4

2013-06-19 Thread Steven Hartland
Given its often critical nature ssh really should never fail due to a bad config line, it should ignore and continue. - Original Message - From: "Miroslav Lachman" <000.f...@quip.cz> To: "freebsd-stable Stable" Sent: Wednesday, June 19, 2013 11:17 PM Subject: sshd didn't run after upgr