- (djm) [regress/cert-userkey.sh] s/echo -n/echon/ here too

This commit is contained in:
Damien Miller 2010-03-03 13:22:41 +11:00
parent 2ca342b84b
commit 386dbc05e9
2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@
[ssh-keygen.c]
POSIX strptime is stricter than OpenBSD's so do a little dance to
appease it.
- (djm) [regress/cert-userkey.sh] s/echo -n/echon/ here too
20100302
- (tim) [config.guess config.sub] Bug 1722: Update to latest versions from

View File

@ -10,7 +10,7 @@ cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
${SSHKEYGEN} -q -N '' -t rsa -f $OBJ/user_ca_key ||\
fail "ssh-keygen of user_ca_key failed"
(
echo -n 'cert-authority '
echon 'cert-authority '
cat $OBJ/user_ca_key.pub
) > $OBJ/authorized_keys_$USER