mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 18:23:57 -06:00
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:
parent
6b560c76ca
commit
57446e32ac
3 changed files with 34 additions and 0 deletions
6
tests/keys/README
Normal file
6
tests/keys/README
Normal 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.
|
Loading…
Add table
Add a link
Reference in a new issue