From f56414ab8f8308e29bd9f22f90f9a490940daa73 Mon Sep 17 00:00:00 2001 From: "Glenn K. Lockwood" Date: Mon, 27 Jul 2020 22:01:02 -0700 Subject: [PATCH] add more ssh host keys --- host_vars/clovermill | 26 ++++++++++++++++++++++++++ host_vars/clovermine | 5 +++++ 2 files changed, 31 insertions(+) create mode 100644 host_vars/clovermill diff --git a/host_vars/clovermill b/host_vars/clovermill new file mode 100644 index 0000000..33ce7a2 --- /dev/null +++ b/host_vars/clovermill @@ -0,0 +1,26 @@ +--- +macaddr: "b8:27:eb:83:4a:28" +hostname: "clovermill" +domain: "local" +locale: "en_US.UTF-8" +timezone: "America/Los_Angeles" +xkblayout: "us" +wifi_country: "US" +enable_gui: False +enable_autologin: False +enable_bootwait: False +enable_bootsplash: False +enable_camera: False +enable_vnc: False +enable_spi: False +enable_i2c: False +enable_serial: False +enable_serial_hw: False +enable_onewire: False +enable_rgpio: False +darshan_dev: False +ssh_host_key_files: + - etc/ssh/ssh_host_rsa_key.clovermill + - etc/ssh/ssh_host_dsa_key.clovermill + - etc/ssh/ssh_host_ecdsa_key.clovermill + - etc/ssh/ssh_host_ed25519_key.clovermill diff --git a/host_vars/clovermine b/host_vars/clovermine index c92ed17..6654185 100644 --- a/host_vars/clovermine +++ b/host_vars/clovermine @@ -19,6 +19,11 @@ enable_serial_hw: True enable_onewire: False enable_rgpio: False darshan_dev: True +ssh_host_key_files: + - etc/ssh/ssh_host_rsa_key.clovermine + - etc/ssh/ssh_host_dsa_key.clovermine + - etc/ssh/ssh_host_ecdsa_key.clovermine + - etc/ssh/ssh_host_ed25519_key.clovermine extra_software: - "libglib2.0-dev" - "libncurses-dev"