diff options
Diffstat (limited to 'regress')
-rw-r--r-- | regress/keytype.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regress/keytype.sh b/regress/keytype.sh index b3d3a0d57..2cbf132bd 100644 --- a/regress/keytype.sh +++ b/regress/keytype.sh | |||
@@ -40,7 +40,7 @@ for ut in $ktypes; do | |||
40 | echo IdentityFile $OBJ/key.$ut | 40 | echo IdentityFile $OBJ/key.$ut |
41 | ) > $OBJ/ssh_proxy | 41 | ) > $OBJ/ssh_proxy |
42 | ( | 42 | ( |
43 | echo -n 'localhost-with-alias,127.0.0.1,::1 ' | 43 | echon 'localhost-with-alias,127.0.0.1,::1 ' |
44 | cat $OBJ/key.$ht.pub | 44 | cat $OBJ/key.$ht.pub |
45 | ) > $OBJ/known_hosts | 45 | ) > $OBJ/known_hosts |
46 | cat $OBJ/key.$ut.pub > $OBJ/authorized_keys_$USER | 46 | cat $OBJ/key.$ut.pub > $OBJ/authorized_keys_$USER |