CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/06/18 20:59:41
Modified files:
usr.bin/ssh : auth-options.c servconf.c sshd.8 sshd_config.5
Log message:
allow bare port numbers to appear in PermitListen directives, e.g.
PermitListen 2222 8080
is equivalent to:
PermitListen *:2222 *:8080
Some bonus manpage improvements, mostly from markus@
"looks fine" markus@
