add more ssh hostkeys

This commit is contained in:
Glenn K. Lockwood 2020-07-27 19:18:16 -07:00
parent a3844f2b08
commit 621dd3feb4

View File

@ -66,6 +66,11 @@ macaddrs:
enable_serial_hw: True enable_serial_hw: True
enable_onewire: False enable_onewire: False
enable_rgpio: False enable_rgpio: False
ssh_host_key_files:
- etc/ssh/ssh_host_rsa_key.cloverleaf
- etc/ssh/ssh_host_dsa_key.cloverleaf
- etc/ssh/ssh_host_ecdsa_key.cloverleaf
- etc/ssh/ssh_host_ed25519_key.cloverleaf
extra_software: extra_software:
- "w3m" - "w3m"
- "irssi" - "irssi"