CVSROOT: /cvs Module name: src Changes by: [email protected] 2014/07/03 00:39:19
Modified files:
usr.bin/ssh : ssh.c ssh_config.5
Log message:
Add a %C escape sequence for LocalCommand and ControlPath that expands
to a unique identifer based on a has of the tuple of (local host,
remote user, hostname, port).
Helps avoid exceeding sockaddr_un's miserly pathname limits for mux
control paths.
bz#2220, based on patch from mancha1 AT zoho.com; ok markus@
