CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2019/01/23 14:50:56
Modified files:
usr.bin/ssh : misc.c misc.h servconf.c
Log message:
Remove support for obsolete host/port syntax.
host/port was added in 2001 as an alternative to host:port syntax for
the benefit of IPv6 users. These days there are establised standards
for this like [::1]:22 and the slash syntax is easily mistaken for CIDR
notation, which OpenSSH now supports for some things. Remove the slash
notation from ListenAddress and PermitOpen. bz#2335, patch from jjelen
at redhat.com, ok markus@