https://bugzilla.mindrot.org/show_bug.cgi?id=3381

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Darren Tucker <[email protected]> ---
To can also use config-test mode ("/path/to/sshd -T") to dump the
effective configuration to stdout.

$ cat /tmp/sshd_config 
RekeyLimit 3G 1h

$ sudo /usr/sbin/sshd -f /tmp/sshd_config -T | grep rekeylimit
rekeylimit 3221225472 3600

$ wget -O sshd_config.example
http://exampleconfig.com/static/raw/openssh/centos7/etc/ssh/sshd_config
$ echo "RekeyLimit 3G 1h" >>/tmp/sshd_config.example
$ sudo /usr/sbin/sshd -f /tmp/sshd_config.example -T | grep rekeylimit
rekeylimit 3221225472 3600

Can you provide the problematic config?  Does it have an uncommented
Match statement in there somewhere?

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to