CVSROOT: /cvs Module name: src Changes by: [email protected] 2018/10/05 08:26:09
Modified files:
usr.bin/ssh : misc.c readconf.c
Log message:
Support using service names for port numbers.
* Try to resolve a port specification with getservbyname(3) if a
numeric conversion fails.
* Make the "Port" option in ssh_config handle its argument as a
port rather than a plain integer.
ok dtucker@ deraadt@
