summaryrefslogtreecommitdiffstats
path: root/tests/torture.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/torture.h')
-rw-r--r--tests/torture.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/torture.h b/tests/torture.h
index 5d7f457a..5d9d1768 100644
--- a/tests/torture.h
+++ b/tests/torture.h
@@ -47,6 +47,10 @@
#endif /* assert_return_code */
#define TORTURE_SSH_SERVER "127.0.0.10"
+#define TORTURE_SSH_USER1 "bob"
+#define TORTURE_SSH_USER1_PASSWORD "secret"
+
+#define TORTURE_SSH_USER2 "alice"
#define TORTURE_TESTKEY_PASSWORD "libssh-rocks"