mirror of git://anongit.mindrot.org/openssh.git
upstream: Add test for '%k' (HostKeyAlias) TOKEN.
OpenBSD-Regress-ID: 8ed1ba1a811790031aad3fcea860a34ad7910456
This commit is contained in:
parent
6736fe6807
commit
40649bd082
|
@ -1,4 +1,4 @@
|
||||||
# $OpenBSD: percent.sh,v 1.8 2020/07/17 03:26:58 dtucker Exp $
|
# $OpenBSD: percent.sh,v 1.9 2020/07/17 07:10:24 dtucker Exp $
|
||||||
# Placed in the Public Domain.
|
# Placed in the Public Domain.
|
||||||
|
|
||||||
tid="percent expansions"
|
tid="percent expansions"
|
||||||
|
@ -87,6 +87,7 @@ for i in matchexec localcommand remotecommand controlpath identityagent \
|
||||||
trial $i '%L' $HOST
|
trial $i '%L' $HOST
|
||||||
trial $i '%l' $HOSTNAME
|
trial $i '%l' $HOSTNAME
|
||||||
trial $i '%n' somehost
|
trial $i '%n' somehost
|
||||||
|
trial $i '%k' localhost-with-alias
|
||||||
trial $i '%p' $PORT
|
trial $i '%p' $PORT
|
||||||
trial $i '%r' $REMUSER
|
trial $i '%r' $REMUSER
|
||||||
trial $i '%u' $USER
|
trial $i '%u' $USER
|
||||||
|
|
Loading…
Reference in New Issue