diff --git a/examples/elemental/install/config.sh b/examples/elemental/install/config.sh index 33384c1b..416b98b8 100755 --- a/examples/elemental/install/config.sh +++ b/examples/elemental/install/config.sh @@ -12,3 +12,20 @@ echo "linux" | passwd root --stdin # Allow root ssh access (for testing purposes only!) echo "PermitRootLogin yes" > /etc/ssh/sshd_config.d/root_access.conf systemctl enable sshd + +# Static host-key (for testing purposes only!) +cat > /etc/ssh/ssh_host_ecdsa_key < /etc/ssh/ssh_host_ecdsa_key.pub <