Corinna Vinschen wrote:
[SNIP] - Last but not least, all tests in hostkey-agent.sh fail and I don't understand what's the problem here. I attached the log files for this problem to this mail. Maybe you see what's going wrong?
Test cannot load host keys .... please see attached file Roumen -- Get SSH with X.509 certificate support http://roumenpetrov.info/openssh/
>From 0a1c13879867e96f1664e2ffbc079f4bb01666b6 Mon Sep 17 00:00:00 2001 From: Roumen Petrov <openssh@xxxxxxxxxxxxxxxxx> Date: Sat, 21 Feb 2015 20:12:48 +0200 Subject: [PATCH 4/5] test regress/hostkey-agent.sh outside source tree --- regress/hostkey-agent.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/hostkey-agent.sh b/regress/hostkey-agent.sh index e1784ce..2dafc38 100644 --- a/regress/hostkey-agent.sh +++ b/regress/hostkey-agent.sh @@ -22,7 +22,7 @@ for k in `${SSH} -Q key-plain | grep -v "^x509v3-"` ; do ) >> $OBJ/known_hosts.orig ${SSHADD} $OBJ/agent-key.$k >/dev/null 2>&1 || \ fatal "couldn't load key $OBJ/agent-key.$k" - echo "Hostkey $OBJ/agent-key.${k}" >> sshd_proxy.orig + echo "Hostkey $OBJ/agent-key.${k}" >> $OBJ/sshd_proxy.orig # Remove private key so the server can't use it. rm $OBJ/agent-key.$k || fatal "couldn't rm $OBJ/agent-key.$k" done -- 1.8.4
_______________________________________________ openssh-unix-dev mailing list openssh-unix-dev@xxxxxxxxxxx https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev