aboutsummaryrefslogtreecommitdiffstats
path: root/testing/ssh
Commit message (Collapse)AuthorAgeFilesLines
* Define SSHCONF from strongswan testing directory, not TESTDIRMartin Willi2013-03-261-0/+1
| | | | | This fixes the use of SSHCONF in the ssh wrapper script before ./do-tests had a chance to create the required symlinks.
* testing: Enable ssh connection to second IP by name (e.g. moon1)Tobias Brunner2013-03-051-1/+9
|
* testing: ssh script accepts IP addresses instead of host namesTobias Brunner2013-03-051-4/+11
|
* testing: ssh script forwards arguments to ssh commandTobias Brunner2013-03-051-1/+2
| | | | This allows to execute commands on a virtual host.
* testing: Add a script to easily connect to a host via SSHTobias Brunner2013-02-281-0/+20
This doesn't require any entries in /etc/hosts and the correct SSH config is used to allow password-less access.