diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/keys-command.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/keys-command.sh b/regress/keys-command.sh index d166fc589..33b6e7b42 100644 --- a/regress/keys-command.sh +++ b/regress/keys-command.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: keys-command.sh,v 1.5 2018/11/22 08:48:32 dtucker Exp $ | 1 | # $OpenBSD: keys-command.sh,v 1.6 2019/07/25 08:48:11 dtucker Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="authorized keys from command" | 4 | tid="authorized keys from command" |
@@ -14,8 +14,8 @@ rm -f $OBJ/keys-command-args | |||
14 | touch $OBJ/keys-command-args | 14 | touch $OBJ/keys-command-args |
15 | chmod a+rw $OBJ/keys-command-args | 15 | chmod a+rw $OBJ/keys-command-args |
16 | 16 | ||
17 | expected_key_text=`awk '{ print $2 }' < $OBJ/rsa.pub` | 17 | expected_key_text=`awk '{ print $2 }' < $OBJ/ssh-ed25519.pub` |
18 | expected_key_fp=`$SSHKEYGEN -lf $OBJ/rsa.pub | awk '{ print $2 }'` | 18 | expected_key_fp=`$SSHKEYGEN -lf $OBJ/ssh-ed25519.pub | awk '{ print $2 }'` |
19 | 19 | ||
20 | # Establish a AuthorizedKeysCommand in /var/run where it will have | 20 | # Establish a AuthorizedKeysCommand in /var/run where it will have |
21 | # acceptable directory permissions. | 21 | # acceptable directory permissions. |