qemu-e2k/tests/keys
Fam Zheng 57446e32ac 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>
2017-09-22 10:46:25 +08:00
..
README tests: Add a test key pair 2017-09-22 10:46:25 +08:00
id_rsa tests: Add a test key pair 2017-09-22 10:46:25 +08:00
id_rsa.pub tests: Add a test key pair 2017-09-22 10:46:25 +08:00

README

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.