search for: sshkeygen_bin

Displaying 3 results from an estimated 3 matches for "sshkeygen_bin".

2023 Dec 21
1
9.6p1 test suite help
...sh-9.6p1.drv-0/openssh-9.6p1/regress/ssh-rsa already exists. > Overwrite (y/n)? ssh-keygen for ssh-rsa failed The regression tests do this to regenerate the keys if either the keygen binary has changed: for t in ${SSH_KEYTYPES}; do # generate user key if [ ! -f $OBJ/$t ] || [ ${SSHKEYGEN_BIN} -nt $OBJ/$t ]; then trace "generating key type $t" rm -f $OBJ/$t ${SSHKEYGEN} -q -N '' -t $t -f $OBJ/$t ||\ fail "ssh-keygen for $t failed" Given that the first couple of key types succeeded, my g...
2023 Dec 21
1
9.6p1 test suite help
Hi OpenSSH, I'm working on updating Guix's openssh package definition to the latest release. So far, I have only changed the version (and checksum) and left the build/test/install recipe the same. However, the test suite now fails. I could use some pointers to find out what exactly is going wrong with the failing test or how to fix it. I'm happy to provide more information about
2016 Dec 31
2
Baffling regress/forwarding.sh failure, new in 7.4p1
...tygen + [ xconch != x ] + which conch + CONCH=/usr/bin/conch + SSH_PROTOCOLS=2 + [ x != x ] + which sshd + SSHD=/usr/sbin/sshd + which ssh-agent + SSHAGENT=/usr/bin/ssh-agent + SSH_BIN=ssh + SSHD_BIN=/usr/sbin/sshd + SSHAGENT_BIN=/usr/bin/ssh-agent + SSHADD_BIN=ssh-add + SSHKEYGEN_BIN=ssh-keygen + SSHKEYSCAN_BIN=ssh-keyscan + SFTP_BIN=sftp + SFTPSERVER_BIN=/usr/lib/openssh/sftp-server + SCP_BIN=scp + [ x != x ] + [ x = x ] + TEST_SSH_LOGFILE=/tmp/autopkgtest-virt-lxc.shared.hhquaatj/downtmp/autopkgtest_tmp/user/tree/regress/ssh.log + [ x = x ] + TEST_SSHD_LOGFI...