summaryrefslogtreecommitdiff
path: root/tests/sshhelp.pm
Commit message (Collapse)AuthorAgeFilesLines
* whitespace fixesViktor Szakats2018-09-231-1/+0
| | | | | | | | | | | - replace tabs with spaces where possible - remove line ending spaces - remove double/triple newlines at EOF - fix a non-UTF-8 character - cleanup a few indentations/line continuations in manual examples Closes https://github.com/curl/curl/pull/3037
* tests/sshserver.pl: use RSA instead of DSA for host authKamil Dudka2016-02-231-2/+2
| | | | | | | | | | 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 Stenberg2016-02-031-1/+1
|
* tests: support spaces in paths to SSH, SSHD and SFTP binariesMarc Hoersken2014-12-211-2/+2
| | | | First patch to enable Windows support using Cygwin-based OpenSSH.
* test harness: non-stunnel https server integration overhaulYang Tse2011-10-061-29/+88
|
* TLS-SRP: support added when using GnuTLSQuinn Slack2011-01-191-1/+8
|
* remove the CVSish $Id$ linesDaniel Stenberg2010-03-241-1/+0
|
* allow exporting of exe_ext() subYang Tse2010-01-211-0/+1
|
* Start using the centralized pidfile and logfile name generationYang Tse2010-01-151-5/+8
| | | | subroutines for ssh and socks test suite servers.
* To verify that the sftp server is actually running, responsive and thatYang Tse2008-02-081-1/+40
| | | | | | | | | | 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.
* Fix file IdYang Tse2008-01-091-1/+1
|
* Add /usr/freeware/sbin and /usr/freeware/libexec to the ssh binariesYang Tse2008-01-091-0/+2
| | | | locations search list.
* Modify test harness so that the minimum SSH version required to runYang Tse2008-01-031-0/+344
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