diff options
author | 2015-05-29 03:05:13 +0000 | |
---|---|---|
committer | 2015-05-29 03:05:13 +0000 | |
commit | ec4302e02f65c7e4e0cb9b2e9f0ccd2544c9186e (patch) | |
tree | c555c22a5d8f7d7be1ed3aae8d95e32e44964f22 | |
parent | enable agtimer required for cortex a15 (diff) | |
download | wireguard-openbsd-ec4302e02f65c7e4e0cb9b2e9f0ccd2544c9186e.tar.xz wireguard-openbsd-ec4302e02f65c7e4e0cb9b2e9f0ccd2544c9186e.zip |
make this work without SUDO set; ok dtucker@
-rw-r--r-- | regress/usr.bin/ssh/cfgparse.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/regress/usr.bin/ssh/cfgparse.sh b/regress/usr.bin/ssh/cfgparse.sh index 95bd9a8a45f..7f377d887c7 100644 --- a/regress/usr.bin/ssh/cfgparse.sh +++ b/regress/usr.bin/ssh/cfgparse.sh @@ -1,4 +1,4 @@ -# $OpenBSD: cfgparse.sh,v 1.4 2015/05/04 01:51:39 dtucker Exp $ +# $OpenBSD: cfgparse.sh,v 1.5 2015/05/29 03:05:13 djm Exp $ # Placed in the Public Domain. tid="config parse" @@ -45,6 +45,7 @@ EOD fail "listenaddress order 1" # test 2: listenaddress first cat > $OBJ/sshd_config.1 <<EOD +${SSHD_KEYS} listenaddress 1.2.3.4 listenaddress ::1 port 1234 |