diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2024-10-31 22:39:09 +0100 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2024-10-31 22:40:33 +0100 |
| commit | 77f2ab719c50b27b4aeca4d7cbd4b1398337ed78 (patch) | |
| tree | 299be1dec867f10921dcae726c5fa332f8fd859f /libs/sftp/src/test/docker/user_public.ssh | |
| parent | 284a09b19bc3be8849fc71acd0ad407c43ec7380 (diff) | |
sftp: Let a selection of tests use private key authentication
Tests switch between password authentication and private key
authentication depending on the hash of the method name.
It's a fairly even spread.
Update the docker config, it never wanted a pem file, it wanted
a ssh-rsa format public key.
Diffstat (limited to 'libs/sftp/src/test/docker/user_public.ssh')
| -rw-r--r-- | libs/sftp/src/test/docker/user_public.ssh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/sftp/src/test/docker/user_public.ssh b/libs/sftp/src/test/docker/user_public.ssh new file mode 100644 index 0000000..ffceffc --- /dev/null +++ b/libs/sftp/src/test/docker/user_public.ssh @@ -0,0 +1 @@ +ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDj+3enEG9HrxXbs2ISnvqkrGVBZyF3JJymHErSkLqwf2ChA05rxgf2lmNDiW2tOIbgOR4A8bpMeNP2zGrpUzuYFmSp96450mTVcITeLTpB5TNPY7td8wWQ+WUB52RIMoT4+e6JNkeXwsXteHHeBxU+BIsOzSipHY2k5xwbWDEhXTFDj0Eg7+XIe6Y03jFDVYg2F4KQ5CF2vIl1VWOlS+bMAngECzV1o0CBjayEAVS61r687q9FP++ILJWjRh+R5CFqsIwbKW/QfuwfNRvdKVGQYNyLWXdfzksttFfQk7iN77mw7u+vh49GEZU20ZilOV0sGgz4i7b16OdXOoEWJ417 |
