commit | fe92421772243702ecb18b862dbeb51a9bdbbc6e | [log] [download] |
---|---|---|
author | Damien Miller <djm@mindrot.org> | Sun May 15 08:44:45 2011 +1000 |
committer | Damien Miller <djm@mindrot.org> | Sun May 15 08:44:45 2011 +1000 |
tree | cbe36e3617422cd47a7a9ba27b6e715cb2795cf1 | |
parent | dfc85fa1815004bd885473068e7578be3dcbdfef [diff] |
- djm@cvs.openbsd.org 2011/05/06 21:31:38 [readconf.c ssh_config.5] 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@