History log of /curl/tests/sshserver.pl (Results 51 – 75 of 96)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1a340de0 08-Feb-2008 Yang Tse

To verify that the sftp server is actually running, responsive and that
all curl's tests generated configuration and key files are fine, a real
connection is established to the test harness s

To verify that the sftp server is actually running, responsive and that
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.

show more ...


# 03bbf4de 31-Jan-2008 Yang Tse

When possible, use additional config options for test harness ssh server,
which are deprecated in recent OpenSSH versions but are current for SunSSH.


Revision tags: curl-7_18_0
# 8fca5c2e 27-Jan-2008 Yang Tse

Dont rely on PAMAuthenticationViaKbdInt default being 'no'


# e9490fdb 20-Jan-2008 Yang Tse

Also disable GSSAPIAuthentication for the test harness ssh client


# 50045296 12-Jan-2008 Yang Tse

Remove hardcoded verbosity


# 14ff7e75 10-Jan-2008 Yang Tse

Temporary change to help debugging SSH server verification failures


# 1c0a19ad 08-Jan-2008 Yang Tse

Remove increased loglevel intended to debug autobuild's publickey
authentication failures when using OpenSSH 2.9.9 or SunSSH.

Verified fact: Even when only using publickey authentication

Remove increased loglevel intended to debug autobuild's publickey
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.

show more ...


# 34d02d19 08-Jan-2008 Yang Tse

Increase loglevel to debug autobuild's publickey authentication
failures when using OpenSSH 2.9.9 or SunSSH


# 9c6533d2 06-Jan-2008 Yang Tse

Increase MaxAuthTries from 0 to 10. Using a value of 0 is too restrictive


# 61a2d5ea 04-Jan-2008 Yang Tse

'ControlPath' ssh client configuration file option requires OpenSSH 4.2 or
later to accept 'none' as an indication to disable connection multiplexing


# c479c643 04-Jan-2008 Yang Tse

SunSSH 1.1 ssh client does not support config file options:

ConnectTimeout
ForwardX11Trusted
HashKnownHosts
RekeyLimit
ServerAliveCountMax
ServerAliveInterval


# f5da1e54 04-Jan-2008 Yang Tse

'LocalCommand' no longer used for ssh client config file. When used it
requires a non blank argument.


# fd8d862c 03-Jan-2008 Yang Tse

Modify test harness so that the minimum SSH version required to run
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 Sun

Modify test harness so that the minimum SSH version required to run
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

show more ...


# 9cd30c20 22-Dec-2007 Dan Fandrich

Use getcwd() to get the directory, which works even if one of the directory
components doesn't have read permission set.


# cf806748 28-Nov-2007 Yang Tse

To allow remote log inspection avoid redirecting messages to stderr.
Cleanup some debugging messages. Unlink log file on exit.


# 0c367fef 27-Nov-2007 Yang Tse

ConnectTimeout requires OpenSSH 3.7 or later


# a418d290 27-Nov-2007 Yang Tse

Explicitly disallow remote hosts to connect to local forwarded ports,
the socks server port in the test suite. This is the default setting
unless a tinkered built ssh is being used.


# d5984161 26-Nov-2007 Yang Tse

Temporary change to better debug startup failures
of test suite ssh and socks servers.


# 6dfb5b4e 20-Nov-2007 Yang Tse

Don't gather additional debug info unless sshd actually fails


# 258c4686 20-Nov-2007 Yang Tse

Improve detection of sshd un/supported options.

Gather additional debug info when the test suite ssh server fails to start.


# 5376d104 19-Nov-2007 Yang Tse

This is a temporary change to test if OpenSSH 3.6 and SunSSH 1.1
are good/compatible enough to run the test suite ssh server and
socks tests


# 968e943e 19-Nov-2007 Yang Tse

Temporary change to help debugging string(s) returned by sshd -V
when sshd is not being identified as an OpenSSH daemon


# 536f98a7 18-Nov-2007 Yang Tse

Add /opt/ssh/sbin and /opt/ssh/libexec to the sshd locations search list.

Improve wording of a couple of debug messages.


# c4e5613a 17-Nov-2007 Yang Tse

When unable to start test suite sshserver, log if OpenSSH has not been
found or the OpenSSH version found


# 2b15823d 17-Nov-2007 Yang Tse

Add /usr/local/sbin and /usr/freeware/bin to the sshd locations search list


1234