diff options
author | Fam Zheng <famz@redhat.com> | 2017-09-13 09:07:25 +0800 |
---|---|---|
committer | Fam Zheng <famz@redhat.com> | 2017-09-22 10:46:25 +0800 |
commit | 57446e32acf706f49f19cd151a9edb1a40183fc9 (patch) | |
tree | a942c2e9e492abc0ecac43f35b76b03151e92a98 /tests/keys/README | |
parent | 6b560c76ca3cb90d5f7562022d872401c4ee8bae (diff) |
tests: Add a test key pair
This will be used by setup test user ssh.
Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/keys/README')
-rw-r--r-- | tests/keys/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/keys/README b/tests/keys/README new file mode 100644 index 0000000000..b995268f06 --- /dev/null +++ b/tests/keys/README @@ -0,0 +1,6 @@ +This folder contains a well-known ssh key pair used in QEMU tests. + +Some guests require the key to exist prior to provisioning the guest; also, +reusing a pre-built key avoids consuming entropy every time the testsuite is +run. Because the private key is well-known, care must be taken to use the key +ONLY in situations that cannot be compromised by external network clients. |