CVSROOT: /cvs Module name: src Changes by: d...@cvs.openbsd.org 2014/10/08 16:20:25
Modified files: usr.bin/ssh : readconf.c readconf.h ssh-keysign.c ssh.1 ssh.c ssh_config.5 Log message: Tweak config reparsing with host canonicalisation Make the second pass through the config files always run when hostname canonicalisation is enabled. Add a "Match canonical" criteria that allows ssh_config Match blocks to trigger only in the second config pass. Add a -G option to ssh that causes it to parse its configuration and dump the result to stdout, similar to "sshd -T" Allow ssh_config Port options set in the second config parse phase to be applied (they were being ignored). bz#2267 bz#2286; ok markus