diff options
Diffstat (limited to 'regress/keytype.sh')
-rw-r--r-- | regress/keytype.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/keytype.sh b/regress/keytype.sh index 8f16aa01b..f78a2c171 100644 --- a/regress/keytype.sh +++ b/regress/keytype.sh | |||
@@ -1,4 +1,4 @@ | |||
1 | # $OpenBSD: keytype.sh,v 1.6 2017/10/30 22:01:52 djm Exp $ | 1 | # $OpenBSD: keytype.sh,v 1.7 2018/03/12 00:54:04 djm Exp $ |
2 | # Placed in the Public Domain. | 2 | # Placed in the Public Domain. |
3 | 3 | ||
4 | tid="login with different key types" | 4 | tid="login with different key types" |
@@ -37,7 +37,7 @@ for ut in $ktypes; do | |||
37 | ecdsa-384) t=ecdsa-sha2-nistp384;; | 37 | ecdsa-384) t=ecdsa-sha2-nistp384;; |
38 | ecdsa-521) t=ecdsa-sha2-nistp521;; | 38 | ecdsa-521) t=ecdsa-sha2-nistp521;; |
39 | ed25519-512) t=ssh-ed25519;; | 39 | ed25519-512) t=ssh-ed25519;; |
40 | rsa-*) t=ssh-rsa;; | 40 | rsa-*) t=rsa-sha2-512,rsa-sha2-256,ssh-rsa;; |
41 | esac | 41 | esac |
42 | trace "ssh connect, userkey $ut, hostkey $ht" | 42 | trace "ssh connect, userkey $ut, hostkey $ht" |
43 | ( | 43 | ( |