summaryrefslogtreecommitdiffstats
path: root/regress/usr.bin/ssh/allow-deny-users.sh (follow)
Commit message (Collapse)AuthorAgeFilesLines
* make this use ssh_proxy rather than starting/stopping a daemon fordjm2018-07-131-4/+8
| | | | each testcase
* more RCSIDsdjm2017-10-201-0/+1
|
* use standard /bin/sh equality test; from Mike Frysingerdjm2016-12-191-1/+1
|
* Use LOGNAME to get current user and fall back to whoami if not set.dtucker2016-12-191-1/+4
| | | | Mainly to benefit -portable since some platforms don't have whoami.
* Add regression test for AllowUsers and DenyUsers. Patch from Zev Weissdtucker2016-12-161-0/+37
<zev at bewilderbeest.net>