~vcs-imports/openssh/main

Viewing all changes in revision 7255.

  • Committer: djm
  • Date: 2014-02-24 04:57:55 UTC
  • Revision ID: djm-20140224045755-dlh0t8k38ap2v6zq
   - djm@cvs.openbsd.org 2014/02/23 20:11:36
     [readconf.c readconf.h ssh.c ssh_config.5]
     reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes
     the hostname. This allows users to write configurations that always
     refer to canonical hostnames, e.g.

     CanonicalizeHostname yes
     CanonicalDomains int.example.org example.org
     CanonicalizeFallbackLocal no

     Host *.int.example.org
         Compression off
     Host *.example.org
         User djm

     ok markus@

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: