CVSROOT: /cvs Module name: src Changes by: [email protected] 2011/05/06 15:31:38
Modified files:
usr.bin/ssh : ssh_config.5 readconf.c
Log message:
support negated Host matching, e.g.
Host *.example.org !c.example.org
User mekmitasdigoat
Will match "a.example.org", "b.example.org", but not "c.example.org"
ok markus@
