- (djm) [regress/cert-userkey.sh] s/echo -n/echon/ here too
This commit is contained in:
parent
2ca342b84b
commit
386dbc05e9
|
@ -11,6 +11,7 @@
|
||||||
[ssh-keygen.c]
|
[ssh-keygen.c]
|
||||||
POSIX strptime is stricter than OpenBSD's so do a little dance to
|
POSIX strptime is stricter than OpenBSD's so do a little dance to
|
||||||
appease it.
|
appease it.
|
||||||
|
- (djm) [regress/cert-userkey.sh] s/echo -n/echon/ here too
|
||||||
|
|
||||||
20100302
|
20100302
|
||||||
- (tim) [config.guess config.sub] Bug 1722: Update to latest versions from
|
- (tim) [config.guess config.sub] Bug 1722: Update to latest versions from
|
||||||
|
|
|
@ -10,7 +10,7 @@ cp $OBJ/sshd_proxy $OBJ/sshd_proxy_bak
|
||||||
${SSHKEYGEN} -q -N '' -t rsa -f $OBJ/user_ca_key ||\
|
${SSHKEYGEN} -q -N '' -t rsa -f $OBJ/user_ca_key ||\
|
||||||
fail "ssh-keygen of user_ca_key failed"
|
fail "ssh-keygen of user_ca_key failed"
|
||||||
(
|
(
|
||||||
echo -n 'cert-authority '
|
echon 'cert-authority '
|
||||||
cat $OBJ/user_ca_key.pub
|
cat $OBJ/user_ca_key.pub
|
||||||
) > $OBJ/authorized_keys_$USER
|
) > $OBJ/authorized_keys_$USER
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue