Displaying 3 results from an estimated 3 matches for "host_ca_key".
2011 Jan 05
0
[PATCH] fix %n expansion in LocalCommand
...INTEROP_TESTS= putty-transfer putty-ciphers putty-kex conch-ciphers
#INTEROP_TESTS+=ssh-com ssh-com-client ssh-com-keygen ssh-com-sftp
@@ -75,7 +76,8 @@ CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv \
known_hosts-cert host_ca_key* cert_host_key* \
putty.rsa2 sshd_proxy_orig \
- authorized_principals_${USER}
+ authorized_principals_${USER} \
+ expect actual
# Enable all malloc(3) randomisations and checks
TEST_ENV= "MALLOC_OPTIONS=AFGJPRX"
diff --git a/regress/host-expand.sh b/regress/host-expand.sh...
2010 Aug 31
1
5.5p1/5.6p1 fails tests on SCO Openserver 5.0.7
...failures:
- file glob
- escaped space
- quoted space
cert-hostkey.sh and cert-userkey.sh failures:
- ssh-keygen seems to generate the keys, but is unable to sign
them, and when attempting to do so, complains:
debug3: Not a RSA1 key file /u/home/rac/src/openssh/openssh-5.6p1/regress/host_ca_key.
debug1: read PEM private key done: type RSA
debug3: Not a RSA1 key file /u/home/rac/src/openssh/openssh-5.6p1/regress/cert_host_key_rsa.
debug2: key_type_from_name: unknown key type '-----BEGIN'
debug3: key_read: missing keytype
debug3: key_read: missing whitespace
debug3: key_read: missin...
2011 Jan 07
1
[RFC/PATCH] ssh: config directive to modify the local environment
...,6 +51,7 @@ LTESTS= connect \
cfgmatch \
addrmatch \
localcommand \
+ localenvmod \
forcecommand \
portnum \
keytype \
@@ -76,7 +77,8 @@ CLEANFILES= t2.out t6.out1 t6.out2 t7.out t7.out.pub copy.1 copy.2 \
sshd_proxy_bak rsa_ssh2_cr.prv rsa_ssh2_crnl.prv \
known_hosts-cert host_ca_key* cert_host_key* \
putty.rsa2 sshd_proxy_orig \
- authorized_principals_${USER} expect actual
+ authorized_principals_${USER} expect actual \
+ localenvmods.in localenvmods.expect localenvmods.out ssh_proxy.tmpl
# Enable all malloc(3) randomisations and checks
TEST_ENV= "MALLOC_O...