In the latest release of OpenSSH, when you use only "Match" in sshd_config, all by itself, it causes sshd to stop. /usr/local/sbin/sshd -d One or more attributes required for Match /usr/local/etc/sshd_config line 134: Bad Match condition This wasn't the case in the older releases, and some Mauritian users are complaining as they preferred the old behaviour, which gave a warning. Feedback welcomed. -- This message is strictly personal and the opinions expressed do not represent those of my employers, either past or present.
On Fri, 11 Apr 2014, Loganaden Velvindron wrote:> In the latest release of OpenSSH, > > when you use only "Match" in sshd_config, all by itself, it causes sshd to stop. > > /usr/local/sbin/sshd -d > One or more attributes required for Match > /usr/local/etc/sshd_config line 134: Bad Match condition > > This wasn't the case in the older releases, and some Mauritian users > are complaining as they preferred the old behaviour, which gave a > warning."Match" without conditions was never meant to work - what does it mean? Should it match everything or nothing? "Match all" is supported and the right way to do it. -d
Maybe Matching Threads
- openssh-unix-dev Digest, Vol 123, Issue 13
- [Bug 2140] New: Capsicum support for FreeBSD 10 (-current)
- [Bug 2971] New: Prevent OpenSSH from advertising its version number
- [Bug 1949] New: PermitOpen none option
- [Bug 2163] New: unchecked returned value from pam_get_item()