aboutsummaryrefslogtreecommitdiff
path: root/tests/sshserver.pl
AgeCommit message (Collapse)Author
2014-12-22sshserver.pl: clarify and streamline variable namesMarc Hoersken
2014-12-21tests: use Cygwin-style paths in SSH, SSHD and SFTP config filesMarc Hoersken
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.
2014-12-21tests: support spaces in paths to SSH, SSHD and SFTP binariesMarc Hoersken
First patch to enable Windows support using Cygwin-based OpenSSH.
2013-04-25sshserver: disable StrictHostKeyCheckingDaniel Stenberg
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.
2011-08-31test harness: fix detection of test harness client knownhosts fileYang Tse
Regenerate curl's tests client knownhosts file also when, somehow, this file is empty.
2011-08-31test harness: fix detection of test harness host and client key filesYang Tse
Regenerate curl's tests host and client key files also when, somehow, any of these files are empty.
2010-03-24restore executable bits on some filesDaniel Stenberg
2010-03-24remove the CVSish $Id$ linesDaniel Stenberg
2010-01-15Start using the centralized pidfile and logfile name generationYang Tse
subroutines for ssh and socks test suite servers.
2008-04-04SunSSH sshd ignores UsePrivilegeSeparation optionYang Tse
2008-04-04SunSSH 1.2 options syncYang Tse
2008-02-11Additional SunSSH 1.1 ssh server optionsYang Tse
2008-02-08Get rid of sftp subsystem additional parameters, they aren't widely supportedYang Tse
2008-02-08To verify that the sftp server is actually running, responsive and thatYang Tse
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.
2008-01-31When possible, use additional config options for test harness ssh server,Yang Tse
which are deprecated in recent OpenSSH versions but are current for SunSSH.
2008-01-27Dont rely on PAMAuthenticationViaKbdInt default being 'no'Yang Tse
2008-01-20Also disable GSSAPIAuthentication for the test harness ssh clientYang Tse
2008-01-12Remove hardcoded verbosityYang Tse
2008-01-10Temporary change to help debugging SSH server verification failuresYang Tse
2008-01-08Remove increased loglevel intended to debug autobuild's publickeyYang Tse
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.
2008-01-08Increase loglevel to debug autobuild's publickey authenticationYang Tse
failures when using OpenSSH 2.9.9 or SunSSH
2008-01-06Increase MaxAuthTries from 0 to 10. Using a value of 0 is too restrictiveYang Tse
2008-01-04'ControlPath' ssh client configuration file option requires OpenSSH 4.2 orYang Tse
later to accept 'none' as an indication to disable connection multiplexing
2008-01-04SunSSH 1.1 ssh client does not support config file options:Yang Tse
ConnectTimeout ForwardX11Trusted HashKnownHosts RekeyLimit ServerAliveCountMax ServerAliveInterval
2008-01-04'LocalCommand' no longer used for ssh client config file. When used itYang Tse
requires a non blank argument.
2008-01-03Modify test harness so that the minimum SSH version required to runYang Tse
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
2007-12-22Use getcwd() to get the directory, which works even if one of the directoryDan Fandrich
components doesn't have read permission set.
2007-11-28To allow remote log inspection avoid redirecting messages to stderr.Yang Tse
Cleanup some debugging messages. Unlink log file on exit.
2007-11-27ConnectTimeout requires OpenSSH 3.7 or laterYang Tse
2007-11-27Explicitly disallow remote hosts to connect to local forwarded ports,Yang Tse
the socks server port in the test suite. This is the default setting unless a tinkered built ssh is being used.
2007-11-26Temporary change to better debug startup failuresYang Tse
of test suite ssh and socks servers.
2007-11-20Don't gather additional debug info unless sshd actually failsYang Tse
2007-11-20Improve detection of sshd un/supported options.Yang Tse
Gather additional debug info when the test suite ssh server fails to start.
2007-11-19This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1Yang Tse
are good/compatible enough to run the test suite ssh server and socks tests
2007-11-19Temporary change to help debugging string(s) returned by sshd -VYang Tse
when sshd is not being identified as an OpenSSH daemon
2007-11-18Add /opt/ssh/sbin and /opt/ssh/libexec to the sshd locations search list.Yang Tse
Improve wording of a couple of debug messages.
2007-11-17When unable to start test suite sshserver, log if OpenSSH has not beenYang Tse
found or the OpenSSH version found
2007-11-17Add /usr/local/sbin and /usr/freeware/bin to the sshd locations search listYang Tse
2007-09-17Allow setting the IP address on which to listen for connections.Dan Fandrich
2007-07-19Revert the 512 change since newer versions of OpenSSH don't support DSADan Fandrich
keys that small.
2007-07-18Use 512 bit keys to reduce the time taken to generate them. This shouldn'tDan Fandrich
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.
2007-06-14Tom Regner added /usr/lib/misc to the path to scan for sftp to make theDaniel Stenberg
sftp tests run fine on gentoo
2007-06-11We do not use RSA keys in the test suite.Dan Fandrich
2007-06-08Improved compatibility with perl 5.0 on the 'open' calls.Dan Fandrich
2007-06-07Renamed the sshd log file to sshd.log.Dan Fandrich
Added more options to the ssh config file to improve the consistency of the test environment. Force a rewrite of the ssh config files on every invocation. Changed the opens to work on older versions of perl.
2007-06-07Fixed some problems in starting SSH for use in SOCKS.Dan Fandrich
2007-06-05Daniel Black's test suite fixes and initial test cases for SOCKS4/5 usingDaniel Stenberg
openssh
2007-04-03when detecting un/supported sshd options use curl's sshd config file.Yang Tse
2007-04-03Eliminate the sshd option checking dependency on wc and make it faster.Dan Fandrich
2007-04-02fix error in previous commitYang Tse