summaryrefslogtreecommitdiff
path: root/tests/sshserver.pl
Commit message (Expand)AuthorAgeFilesLines
* tests: add support to test against OpenSSH for WindowsMarc Hoersken2019-05-221-6/+40
* test: make tests and test scripts use socksd for SOCKSDaniel Stenberg2019-04-131-18/+7
* spelling fixesklemens2017-03-261-1/+1
* tests: Use 'pathhelp' for paths conversions in sshserver.plKarlson2k2016-04-291-8/+9
* sshserver.pl: use quotes for given optionsKarlson2k2016-03-261-1/+1
* Revert "sshserver: remove use of AuthorizedKeysFile2"Daniel Stenberg2016-03-221-1/+3
* sshserver: remove use of AuthorizedKeysFile2Daniel Stenberg2016-03-211-3/+1
* tests/sshserver.pl: use RSA instead of DSA for host authKamil Dudka2016-02-231-6/+6
* URLs: change all http:// URLs to https://Daniel Stenberg2016-02-031-1/+1
* 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