diff options
Diffstat (limited to 'testdata')
| -rw-r--r-- | testdata/play/.ssh/config | 5 | ||||
| -rw-r--r-- | testdata/play/README.adoc | 9 | ||||
| -rw-r--r-- | testdata/play/awwanssh.test/tmp/.gitignore | 2 |
3 files changed, 16 insertions, 0 deletions
diff --git a/testdata/play/.ssh/config b/testdata/play/.ssh/config new file mode 100644 index 0000000..a2a8382 --- /dev/null +++ b/testdata/play/.ssh/config @@ -0,0 +1,5 @@ +Host awwanssh.test + Hostname 127.0.0.1 + Port 10022 + User awwanssh + IdentityFile ~/.ssh/id_ed25519 diff --git a/testdata/play/README.adoc b/testdata/play/README.adoc new file mode 100644 index 0000000..6af5cc5 --- /dev/null +++ b/testdata/play/README.adoc @@ -0,0 +1,9 @@ += Integration test for SSH + +In this directory we setup awwan workspace, with one remote server called +"awwanssh.test". +The SSH connection to remote server "awwanssh.test" is defined in +".ssh/config". + +The user "awwanssh" allow all commands to be executed with sudo without +prompting for password. diff --git a/testdata/play/awwanssh.test/tmp/.gitignore b/testdata/play/awwanssh.test/tmp/.gitignore new file mode 100644 index 0000000..120f485 --- /dev/null +++ b/testdata/play/awwanssh.test/tmp/.gitignore @@ -0,0 +1,2 @@ +* +!/.gitignore |
