patch for security/openssh-portable

2010-01-13 Thread jhell
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Request. Attached is a patch against security/openssh-portable Makefile to remove FreeBSD version and openssl version from its version reply string. This changes it from its default reply to: SSH-2.0-OpenSSH_5.2p1 I would rather leave a prober

Re: patch for security/openssh-portable

2010-01-13 Thread Denis Barov
Probably you want VersionAddendum option in sshd_config? Wed, Jan 13, 2010 at 08:14 -0500 jhell: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Request. Attached is a patch against security/openssh-portable Makefile to remove FreeBSD version and openssl version from its version reply

Re: patch for security/openssh-portable

2010-01-13 Thread jhell
but I did not miss that option. Wed, Jan 13, 2010 at 08:14 -0500 jhell: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Request. Attached is a patch against security/openssh-portable Makefile to remove FreeBSD version and openssl version from its version reply string. This changes it from its

Re: patch for security/openssh-portable

2010-01-13 Thread jhell
On Wed, 13 Jan 2010 08:40, jhell@ wrote: On Wed, 13 Jan 2010 08:29, dindin@ wrote: Probably you want VersionAddendum option in sshd_config? No. To my understanding and my last tests VersionAddendum and is only a Addendum or did not work which spurred me to patch up the Makefile in the

Re: patch for security/openssh-portable

2010-01-13 Thread Denny Lin
Probably you want VersionAddendum option in sshd_config? No. To my understanding and my last tests VersionAddendum and is only a Addendum or did not work which spurred me to patch up the Makefile in the first place. I put VersionAddendum into sshd_config (with nothing trailing

Re: patch for security/openssh-portable

2010-01-13 Thread Denny Lin
centel# service openssh restart /usr/local/etc/ssh/sshd_config: line 13: Bad configuration option: VersionAdendum /usr/local/etc/ssh/sshd_config: terminating, 1 bad configuration options ? So like I was saying It does not work that way. Looks like you have a typo. It should be

Re: patch for security/openssh-portable

2010-01-13 Thread Sergey V. Dyatko
On Wed, 13 Jan 2010 08:45:36 -0500 jhell jh...@dataix.net wrote: J centel# service openssh restart J /usr/local/etc/ssh/sshd_config: line 13: Bad configuration option: J VersionAdendum ^ VersionAddendum J /usr/local/etc/ssh/sshd_config: terminating, 1 bad configuration J

Re: patch for security/openssh-portable

2010-01-13 Thread Andrea Venturoli
Il 01/13/10 14:45, jhell ha scritto: centel# service openssh restart /usr/local/etc/ssh/sshd_config: line 13: Bad configuration option: VersionAdendum /usr/local/etc/ssh/sshd_config: terminating, 1 bad configuration options ? So like I was saying It does not work that way. You spelt it

Re: patch for security/openssh-portable

2010-01-13 Thread jhell
On Wed, 13 Jan 2010 08:45, jhell@ wrote: On Wed, 13 Jan 2010 08:40, jhell@ wrote: On Wed, 13 Jan 2010 08:29, dindin@ wrote: Probably you want VersionAddendum option in sshd_config? No. To my understanding and my last tests VersionAddendum and is only a Addendum or did not work which

Re: patch for security/openssh-portable

2010-01-13 Thread Miroslav Lachman
Denny Lin wrote: Probably you want VersionAddendum option in sshd_config? No. To my understanding and my last tests VersionAddendum and is only a Addendum or did not work which spurred me to patch up the Makefile in the first place. I put VersionAddendum into sshd_config (with nothing

Re: patch for security/openssh-portable

2010-01-13 Thread jhell
On Wed, 13 Jan 2010 09:03, 000.fbsd@ wrote: Denny Lin wrote: Probably you want VersionAddendum option in sshd_config? No. To my understanding and my last tests VersionAddendum and is only a Addendum or did not work which spurred me to patch up the Makefile in the first place. I put