search for: sshd_key

Displaying 2 results from an estimated 2 matches for "sshd_key".

Did you mean: ssh_key
2015 Jun 30
2
Call for testing: OpenSSH 6.9
...enaddress [::1]:5678 EOD @@ -37,6 +45,9 @@ port 1234 port 5678 listenaddress 1.2.3.4 +EOD + +[ X${SKIP_IPV6} = Xyes ] || cat > $OBJ/sshd_config.1 <<EOD listenaddress ::1 EOD ($SUDO ${SSHD} -T -f $OBJ/sshd_config.1 | \ @@ -47,11 +58,14 @@ cat > $OBJ/sshd_config.1 <<EOD ${SSHD_KEYS} listenaddress 1.2.3.4 -listenaddress ::1 port 1234 port 5678 addressfamily any EOD + +[ X${SKIP_IPV6} = Xyes ] || cat > $OBJ/sshd_config.1 <<EOD +listenaddress ::1 +EOD ($SUDO ${SSHD} -T -f $OBJ/sshd_config.1 | \ grep 'listenaddress ' >$OBJ/sshd_config.2 &&...
2015 Jun 30
2
Call for testing: OpenSSH 6.9
On Tue, 30 Jun 2015, Damien Miller wrote: | I think we should just disable the test if the host doesn't support IPv6. | | diff --git a/regress/cfgparse.sh b/regress/cfgparse.sh | index 7f377d8..e19b4d0 100644 | --- a/regress/cfgparse.sh | +++ b/regress/cfgparse.sh | @@ -3,6 +3,12 @@ | | tid="config parse" | | +# Possessing struct addrinfo is a reasonable proxy for IPv6