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>
This commit is contained in:
Fam Zheng 2017-09-13 09:07:25 +08:00
parent 6b560c76ca
commit 57446e32ac
3 changed files with 34 additions and 0 deletions

6
tests/keys/README Normal file
View file

@ -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.