Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | spelling fixes | klemens | 2017-03-26 | 1 | -1/+1 |
| | | | | Closes #1356 | ||||
* | tests: Use 'pathhelp' for paths conversions in sshserver.pl | Karlson2k | 2016-04-29 | 1 | -8/+9 |
| | |||||
* | sshserver.pl: use quotes for given options | Karlson2k | 2016-03-26 | 1 | -1/+1 |
| | | | | | | Fixed failed redirection of stderr with some options. At least on Msys2, perl fails to redirect stderr if $value contains newline or other weird characters. | ||||
* | Revert "sshserver: remove use of AuthorizedKeysFile2" | Daniel Stenberg | 2016-03-22 | 1 | -1/+3 |
| | | | | | | | It seems we may have some autobuild problems after this commit went in. Trying to see if a revert helps to get them back. This reverts commit 2716350d1f3edc8e929f6ceeee05051090f6d642. | ||||
* | sshserver: remove use of AuthorizedKeysFile2 | Daniel Stenberg | 2016-03-21 | 1 | -3/+1 |
| | | | | | | | Support for the (undocumented) AuthorizedKeysFile2 was removed in OpenSSH 5.9, released in September 2011 Closes #715 | ||||
* | tests/sshserver.pl: use RSA instead of DSA for host auth | Kamil Dudka | 2016-02-23 | 1 | -6/+6 |
| | | | | | | | | | | DSA is no longer supported by OpenSSH 7.0, which causes all SCP/SFTP test cases to be skipped. Using RSA for host authentication works with both old and new versions of OpenSSH. Reported-by: Karlson2k Closes #676 | ||||
* | URLs: change all http:// URLs to https:// | Daniel Stenberg | 2016-02-03 | 1 | -1/+1 |
| | |||||
* | sshserver.pl: clarify and streamline variable names | Marc Hoersken | 2014-12-22 | 1 | -6/+7 |
| | |||||
* | tests: use Cygwin-style paths in SSH, SSHD and SFTP config files | Marc Hoersken | 2014-12-21 | 1 | -7/+37 |
| | | | | | | Second patch to enable Windows support using Cygwin-based OpenSSH. Tested with CopSSH 5.0.0 free edition using an msys shell on Windows 7. | ||||
* | tests: support spaces in paths to SSH, SSHD and SFTP binaries | Marc Hoersken | 2014-12-21 | 1 | -11/+11 |
| | | | | First patch to enable Windows support using Cygwin-based OpenSSH. | ||||
* | sshserver: disable StrictHostKeyChecking | Daniel Stenberg | 2013-04-25 | 1 | -2/+5 |
| | | | | | | | | I couldn't figure out why the host key logic isn't working, but having it set to yes prevents my SSH-based test cases to run. I also don't see a strong need to use strict host key checking on this test server. So I disabled it. | ||||
* | test harness: fix detection of test harness client knownhosts file | Yang Tse | 2011-08-31 | 1 | -2/+3 |
| | | | | | Regenerate curl's tests client knownhosts file also when, somehow, this file is empty. | ||||
* | test harness: fix detection of test harness host and client key files | Yang Tse | 2011-08-31 | 1 | -2/+4 |
| | | | | | Regenerate curl's tests host and client key files also when, somehow, any of these files are empty. | ||||
* | restore executable bits on some files | Daniel Stenberg | 2010-03-24 | 1 | -0/+0 |
| | |||||
* | remove the CVSish $Id$ lines | Daniel Stenberg | 2010-03-24 | 1 | -1/+0 |
| | |||||
* | Start using the centralized pidfile and logfile name generation | Yang Tse | 2010-01-15 | 1 | -29/+90 |
| | | | | subroutines for ssh and socks test suite servers. | ||||
* | SunSSH sshd ignores UsePrivilegeSeparation option | Yang Tse | 2008-04-04 | 1 | -5/+4 |
| | |||||
* | SunSSH 1.2 options sync | Yang Tse | 2008-04-04 | 1 | -1/+17 |
| | |||||
* | Additional SunSSH 1.1 ssh server options | Yang Tse | 2008-02-11 | 1 | -0/+16 |
| | |||||
* | Get rid of sftp subsystem additional parameters, they aren't widely supported | Yang Tse | 2008-02-08 | 1 | -1/+1 |
| | |||||
* | To verify that the sftp server is actually running, responsive and that | Yang Tse | 2008-02-08 | 1 | -3/+64 |
| | | | | | | | | | | all curl's tests generated configuration and key files are fine, a real connection is established to the test harness sftp server authenticating and running a simple sftp remote pwd command. The verification is done using OpenSSH's or SunSSH's sftp client tool with a configuration file with the same options as the test harness socks server with the exception that dynamic forwarding is not used for sftp. | ||||
* | When possible, use additional config options for test harness ssh server, | Yang Tse | 2008-01-31 | 1 | -2/+20 |
| | | | | which are deprecated in recent OpenSSH versions but are current for SunSSH. | ||||
* | Dont rely on PAMAuthenticationViaKbdInt default being 'no' | Yang Tse | 2008-01-27 | 1 | -0/+4 |
| | |||||
* | Also disable GSSAPIAuthentication for the test harness ssh client | Yang Tse | 2008-01-20 | 1 | -2/+13 |
| | |||||
* | Remove hardcoded verbosity | Yang Tse | 2008-01-12 | 1 | -3/+3 |
| | |||||
* | Temporary change to help debugging SSH server verification failures | Yang Tse | 2008-01-10 | 1 | -1/+1 |
| | |||||
* | Remove increased loglevel intended to debug autobuild's publickey | Yang Tse | 2008-01-08 | 1 | -10/+2 |
| | | | | | | | | | authentication failures when using OpenSSH 2.9.9 or SunSSH. Verified fact: Even when only using publickey authentication, OpenSSH and SunSSH first validate the user, this implies that if the user validation fails, 'invalid user', the publickey authentication will not be allowed to complete. | ||||
* | Increase loglevel to debug autobuild's publickey authentication | Yang Tse | 2008-01-08 | 1 | -0/+10 |
| | | | | failures when using OpenSSH 2.9.9 or SunSSH | ||||
* | Increase MaxAuthTries from 0 to 10. Using a value of 0 is too restrictive | Yang Tse | 2008-01-06 | 1 | -2/+2 |
| | |||||
* | 'ControlPath' ssh client configuration file option requires OpenSSH 4.2 or | Yang Tse | 2008-01-04 | 1 | -0/+3 |
| | | | | later to accept 'none' as an indication to disable connection multiplexing | ||||
* | SunSSH 1.1 ssh client does not support config file options: | Yang Tse | 2008-01-04 | 1 | -5/+5 |
| | | | | | | | | | ConnectTimeout ForwardX11Trusted HashKnownHosts RekeyLimit ServerAliveCountMax ServerAliveInterval | ||||
* | 'LocalCommand' no longer used for ssh client config file. When used it | Yang Tse | 2008-01-04 | 1 | -5/+1 |
| | | | | requires a non blank argument. | ||||
* | Modify test harness so that the minimum SSH version required to run | Yang Tse | 2008-01-03 | 1 | -285/+797 |
| | | | | | | SCP, SFTP and SOCKS4 tests is now OpenSSH 2.9.9 or SunSSH 1.0 For SOCKS5 tests minimum versions are OpenSSH 3.7 or SunSSH 1.0 | ||||
* | Use getcwd() to get the directory, which works even if one of the directory | Dan Fandrich | 2007-12-22 | 1 | -2/+2 |
| | | | | components doesn't have read permission set. | ||||
* | To allow remote log inspection avoid redirecting messages to stderr. | Yang Tse | 2007-11-28 | 1 | -32/+20 |
| | | | | Cleanup some debugging messages. Unlink log file on exit. | ||||
* | ConnectTimeout requires OpenSSH 3.7 or later | Yang Tse | 2007-11-27 | 1 | -39/+55 |
| | |||||
* | Explicitly disallow remote hosts to connect to local forwarded ports, | Yang Tse | 2007-11-27 | 1 | -0/+1 |
| | | | | | the socks server port in the test suite. This is the default setting unless a tinkered built ssh is being used. | ||||
* | Temporary change to better debug startup failures | Yang Tse | 2007-11-26 | 1 | -0/+12 |
| | | | | of test suite ssh and socks servers. | ||||
* | Don't gather additional debug info unless sshd actually fails | Yang Tse | 2007-11-20 | 1 | -7/+14 |
| | |||||
* | Improve detection of sshd un/supported options. | Yang Tse | 2007-11-20 | 1 | -2/+25 |
| | | | | Gather additional debug info when the test suite ssh server fails to start. | ||||
* | This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1 | Yang Tse | 2007-11-19 | 1 | -10/+24 |
| | | | | | are good/compatible enough to run the test suite ssh server and socks tests | ||||
* | Temporary change to help debugging string(s) returned by sshd -V | Yang Tse | 2007-11-19 | 1 | -0/+2 |
| | | | | when sshd is not being identified as an OpenSSH daemon | ||||
* | Add /opt/ssh/sbin and /opt/ssh/libexec to the sshd locations search list. | Yang Tse | 2007-11-18 | 1 | -4/+5 |
| | | | | Improve wording of a couple of debug messages. | ||||
* | When unable to start test suite sshserver, log if OpenSSH has not been | Yang Tse | 2007-11-17 | 1 | -1/+8 |
| | | | | found or the OpenSSH version found | ||||
* | Add /usr/local/sbin and /usr/freeware/bin to the sshd locations search list | Yang Tse | 2007-11-17 | 1 | -1/+17 |
| | |||||
* | Allow setting the IP address on which to listen for connections. | Dan Fandrich | 2007-09-17 | 1 | -2/+7 |
| | |||||
* | Revert the 512 change since newer versions of OpenSSH don't support DSA | Dan Fandrich | 2007-07-19 | 1 | -2/+2 |
| | | | | keys that small. | ||||
* | Use 512 bit keys to reduce the time taken to generate them. This shouldn't | Dan Fandrich | 2007-07-18 | 1 | -2/+2 |
| | | | | | | really reduce security since in the common case of a daily automated build the keys are only used for a single test run lasting a few minutes before being deleted. | ||||
* | Tom Regner added /usr/lib/misc to the path to scan for sftp to make the | Daniel Stenberg | 2007-06-14 | 1 | -1/+1 |
| | | | | sftp tests run fine on gentoo | ||||
* | We do not use RSA keys in the test suite. | Dan Fandrich | 2007-06-11 | 1 | -8/+3 |
| |