From 5232f95add1fb589d726b381d04fa4fd3b084742 Mon Sep 17 00:00:00 2001 From: Jelle van der Waa <jelle@archlinux.org> Date: Sat, 27 Mar 2021 16:48:50 +0100 Subject: [PATCH] Rename the default pubkey to hashwork.pub Our dbscripts role expects the default ssh key to be username + '.pub'. --- group_vars/all/archusers.yml | 2 +- pubkeys/{hashworks_yubikey_5c.pub => hashworks.pub} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename pubkeys/{hashworks_yubikey_5c.pub => hashworks.pub} (100%) diff --git a/group_vars/all/archusers.yml b/group_vars/all/archusers.yml index e2104df92..4e44e2a51 100644 --- a/group_vars/all/archusers.yml +++ b/group_vars/all/archusers.yml @@ -239,7 +239,7 @@ arch_users: - tu hashworks: name: "Justin Kromlinger" - ssh_key: hashworks_yubikey_5c.pub + ssh_key: hashworks.pub shell: /bin/zsh groups: - tu diff --git a/pubkeys/hashworks_yubikey_5c.pub b/pubkeys/hashworks.pub similarity index 100% rename from pubkeys/hashworks_yubikey_5c.pub rename to pubkeys/hashworks.pub -- GitLab