upstream: some more speeling mistakes from
OpenBSD-Regress-ID: 02471c079805471c546b7a69d9ab1d34e9a57443
This commit is contained in:
parent
1d89232a4a
commit
c7c099060f
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: addrmatch.sh,v 1.4 2012/05/13 01:42:32 dtucker Exp $
|
# $OpenBSD: addrmatch.sh,v 1.5 2020/03/13 03:18:45 djm Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="address match"
|
tid="address match"
|
||||||
|
@ -43,7 +43,7 @@ run_trial user 19.0.0.1 somehost 1.2.3.4 5678 match4 "localport"
|
||||||
|
|
||||||
if test "$TEST_SSH_IPV6" != "no"; then
|
if test "$TEST_SSH_IPV6" != "no"; then
|
||||||
run_trial user ::1 somehost.example.com ::2 1234 match2 "bare IP6 address"
|
run_trial user ::1 somehost.example.com ::2 1234 match2 "bare IP6 address"
|
||||||
run_trial user ::2 somehost.exaple.com ::2 1234 nomatch "deny IPv6"
|
run_trial user ::2 somehost.example.com ::2 1234 nomatch "deny IPv6"
|
||||||
run_trial user ::3 somehost ::2 1234 nomatch "IP6 negated"
|
run_trial user ::3 somehost ::2 1234 nomatch "IP6 negated"
|
||||||
run_trial user ::4 somehost ::2 1234 nomatch "IP6 no match"
|
run_trial user ::4 somehost ::2 1234 nomatch "IP6 no match"
|
||||||
run_trial user 2000::1 somehost ::2 1234 match2 "IP6 network"
|
run_trial user 2000::1 somehost ::2 1234 match2 "IP6 network"
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: sftp-badcmds.sh,v 1.6 2013/05/17 10:26:26 dtucker Exp $
|
# $OpenBSD: sftp-badcmds.sh,v 1.7 2020/03/13 03:18:45 djm Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="sftp invalid commands"
|
tid="sftp invalid commands"
|
||||||
|
@ -58,7 +58,7 @@ rm -rf ${COPY}
|
||||||
cp ${DATA2} ${COPY}
|
cp ${DATA2} ${COPY}
|
||||||
verbose "$tid: glob put files to local file"
|
verbose "$tid: glob put files to local file"
|
||||||
echo "put /bin/l* $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1
|
echo "put /bin/l* $COPY" | ${SFTP} -D ${SFTPSERVER} >/dev/null 2>&1
|
||||||
cmp ${DATA2} ${COPY} || fail "put successed when it should have failed"
|
cmp ${DATA2} ${COPY} || fail "put succeeded when it should have failed"
|
||||||
|
|
||||||
rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd
|
rm -rf ${COPY} ${COPY}.1 ${COPY}.2 ${COPY}.dd
|
||||||
|
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: sshsig.sh,v 1.3 2019/11/26 23:43:10 djm Exp $
|
# $OpenBSD: sshsig.sh,v 1.4 2020/03/13 03:18:45 djm Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="sshsig"
|
tid="sshsig"
|
||||||
|
@ -133,7 +133,7 @@ for t in $SIGNKEYS; do
|
||||||
# check-novalidate with invalid data
|
# check-novalidate with invalid data
|
||||||
${SSHKEYGEN} -vvv -Y check-novalidate -s $sigfile -n $sig_namespace \
|
${SSHKEYGEN} -vvv -Y check-novalidate -s $sigfile -n $sig_namespace \
|
||||||
< $DATA2 >/dev/null 2>&1 && \
|
< $DATA2 >/dev/null 2>&1 && \
|
||||||
fail "sucessfully checked signature for $t key with invalid data"
|
fail "succeeded checking signature for $t key with invalid data"
|
||||||
|
|
||||||
# Check signing keys using ssh-agent.
|
# Check signing keys using ssh-agent.
|
||||||
${SSHADD} -D >/dev/null 2>&1 # Remove all previously-loaded keys.
|
${SSHADD} -D >/dev/null 2>&1 # Remove all previously-loaded keys.
|
||||||
|
|
Loading…
Reference in New Issue