summaryrefslogtreecommitdiff
path: root/tests/sshserver.pl
Commit message (Expand)AuthorAgeFilesLines
* sshserver.pl: clarify and streamline variable namesMarc Hoersken2014-12-221-6/+7
* tests: use Cygwin-style paths in SSH, SSHD and SFTP config filesMarc Hoersken2014-12-211-7/+37
* tests: support spaces in paths to SSH, SSHD and SFTP binariesMarc Hoersken2014-12-211-11/+11
* sshserver: disable StrictHostKeyCheckingDaniel Stenberg2013-04-251-2/+5
* test harness: fix detection of test harness client knownhosts fileYang Tse2011-08-311-2/+3
* test harness: fix detection of test harness host and client key filesYang Tse2011-08-311-2/+4
* restore executable bits on some filesDaniel Stenberg2010-03-241-0/+0
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
* Start using the centralized pidfile and logfile name generationYang Tse2010-01-151-29/+90
* SunSSH sshd ignores UsePrivilegeSeparation optionYang Tse2008-04-041-5/+4
* SunSSH 1.2 options syncYang Tse2008-04-041-1/+17
* Additional SunSSH 1.1 ssh server optionsYang Tse2008-02-111-0/+16
* Get rid of sftp subsystem additional parameters, they aren't widely supportedYang Tse2008-02-081-1/+1
* To verify that the sftp server is actually running, responsive and thatYang Tse2008-02-081-3/+64
* When possible, use additional config options for test harness ssh server,Yang Tse2008-01-311-2/+20
* Dont rely on PAMAuthenticationViaKbdInt default being 'no'Yang Tse2008-01-271-0/+4
* Also disable GSSAPIAuthentication for the test harness ssh clientYang Tse2008-01-201-2/+13
* Remove hardcoded verbosityYang Tse2008-01-121-3/+3
* Temporary change to help debugging SSH server verification failuresYang Tse2008-01-101-1/+1
* Remove increased loglevel intended to debug autobuild's publickeyYang Tse2008-01-081-10/+2
* Increase loglevel to debug autobuild's publickey authenticationYang Tse2008-01-081-0/+10
* Increase MaxAuthTries from 0 to 10. Using a value of 0 is too restrictiveYang Tse2008-01-061-2/+2
* 'ControlPath' ssh client configuration file option requires OpenSSH 4.2 orYang Tse2008-01-041-0/+3
* SunSSH 1.1 ssh client does not support config file options:Yang Tse2008-01-041-5/+5
* 'LocalCommand' no longer used for ssh client config file. When used itYang Tse2008-01-041-5/+1
* Modify test harness so that the minimum SSH version required to runYang Tse2008-01-031-285/+797
* Use getcwd() to get the directory, which works even if one of the directoryDan Fandrich2007-12-221-2/+2
* To allow remote log inspection avoid redirecting messages to stderr.Yang Tse2007-11-281-32/+20
* ConnectTimeout requires OpenSSH 3.7 or laterYang Tse2007-11-271-39/+55
* Explicitly disallow remote hosts to connect to local forwarded ports,Yang Tse2007-11-271-0/+1
* Temporary change to better debug startup failuresYang Tse2007-11-261-0/+12
* Don't gather additional debug info unless sshd actually failsYang Tse2007-11-201-7/+14
* Improve detection of sshd un/supported options.Yang Tse2007-11-201-2/+25
* This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1Yang Tse2007-11-191-10/+24
* Temporary change to help debugging string(s) returned by sshd -VYang Tse2007-11-191-0/+2
* Add /opt/ssh/sbin and /opt/ssh/libexec to the sshd locations search list.Yang Tse2007-11-181-4/+5
* When unable to start test suite sshserver, log if OpenSSH has not beenYang Tse2007-11-171-1/+8
* Add /usr/local/sbin and /usr/freeware/bin to the sshd locations search listYang Tse2007-11-171-1/+17
* Allow setting the IP address on which to listen for connections.Dan Fandrich2007-09-171-2/+7
* Revert the 512 change since newer versions of OpenSSH don't support DSADan Fandrich2007-07-191-2/+2
* Use 512 bit keys to reduce the time taken to generate them. This shouldn'tDan Fandrich2007-07-181-2/+2
* Tom Regner added /usr/lib/misc to the path to scan for sftp to make theDaniel Stenberg2007-06-141-1/+1
* We do not use RSA keys in the test suite.Dan Fandrich2007-06-111-8/+3
* Improved compatibility with perl 5.0 on the 'open' calls.Dan Fandrich2007-06-081-5/+5
* Renamed the sshd log file to sshd.log.Dan Fandrich2007-06-071-34/+50
* Fixed some problems in starting SSH for use in SOCKS.Dan Fandrich2007-06-071-1/+1
* Daniel Black's test suite fixes and initial test cases for SOCKS4/5 usingDaniel Stenberg2007-06-051-7/+31
* when detecting un/supported sshd options use curl's sshd config file.Yang Tse2007-04-031-4/+8
* Eliminate the sshd option checking dependency on wc and make it faster.Dan Fandrich2007-04-031-2/+1
* fix error in previous commitYang Tse2007-04-021-1/+1