diff options
Diffstat (limited to 'regress/hostkey-rotate.sh')
-rw-r--r-- | regress/hostkey-rotate.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/hostkey-rotate.sh b/regress/hostkey-rotate.sh index cc6bd9cf6..707e32908 100644 --- a/regress/hostkey-rotate.sh +++ b/regress/hostkey-rotate.sh | |||
@@ -1,10 +1,10 @@ | |||
1 | # $OpenBSD: hostkey-rotate.sh,v 1.6 2019/08/30 05:08:28 dtucker Exp $ | 1 | # $OpenBSD: hostkey-rotate.sh,v 1.7 2019/11/01 01:55:41 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="hostkey rotate" | 4 | tid="hostkey rotate" |
5 | 5 | ||
6 | # Need full names here since they are used in HostKeyAlgorithms | 6 | # Need full names here since they are used in HostKeyAlgorithms |
7 | HOSTKEY_TYPES="`${SSH} -Q key-plain`" | 7 | HOSTKEY_TYPES="`${SSH} -Q key-plain | grep -v ^sk-`" |
8 | 8 | ||
9 | rm -f $OBJ/hkr.* $OBJ/ssh_proxy.orig | 9 | rm -f $OBJ/hkr.* $OBJ/ssh_proxy.orig |
10 | 10 | ||