From ebf5c1cd229087159db2e031ea9407c18addb0f6 Mon Sep 17 00:00:00 2001 From: David Tomaschik Date: Tue, 25 May 2021 20:53:51 -0700 Subject: [PATCH] Update ssh keys --- keys/ssh/id_ecdsa_kion.pub | 1 + keys/ssh/{id_ecdsa_human.pub => id_ecdsa_scar.pub} | 0 keys/ssh/{id_rsa_human.pub => id_rsa_scar.pub} | 0 keys/ssh/trusted/id_ecdsa_human.pub | 1 - keys/ssh/trusted/id_ecdsa_scar.pub | 1 + keys/ssh/trusted/id_rsa_human.pub | 1 - keys/ssh/trusted/id_rsa_scar.pub | 1 + 7 files changed, 3 insertions(+), 2 deletions(-) create mode 100644 keys/ssh/id_ecdsa_kion.pub rename keys/ssh/{id_ecdsa_human.pub => id_ecdsa_scar.pub} (100%) rename keys/ssh/{id_rsa_human.pub => id_rsa_scar.pub} (100%) delete mode 120000 keys/ssh/trusted/id_ecdsa_human.pub create mode 120000 keys/ssh/trusted/id_ecdsa_scar.pub delete mode 120000 keys/ssh/trusted/id_rsa_human.pub create mode 120000 keys/ssh/trusted/id_rsa_scar.pub diff --git a/keys/ssh/id_ecdsa_kion.pub b/keys/ssh/id_ecdsa_kion.pub new file mode 100644 index 0000000..8c0b678 --- /dev/null +++ b/keys/ssh/id_ecdsa_kion.pub @@ -0,0 +1 @@ +ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBJzWFHQZm6jsh2V+ATJPlEKEQdt3tWNojc2elz3hDs5Q9TPHUolE0/R66osFra5Qr/jonEwqzqwRIduxFYSIATc= david@kion diff --git a/keys/ssh/id_ecdsa_human.pub b/keys/ssh/id_ecdsa_scar.pub similarity index 100% rename from keys/ssh/id_ecdsa_human.pub rename to keys/ssh/id_ecdsa_scar.pub diff --git a/keys/ssh/id_rsa_human.pub b/keys/ssh/id_rsa_scar.pub similarity index 100% rename from keys/ssh/id_rsa_human.pub rename to keys/ssh/id_rsa_scar.pub diff --git a/keys/ssh/trusted/id_ecdsa_human.pub b/keys/ssh/trusted/id_ecdsa_human.pub deleted file mode 120000 index 96efa95..0000000 --- a/keys/ssh/trusted/id_ecdsa_human.pub +++ /dev/null @@ -1 +0,0 @@ -../id_ecdsa_human.pub \ No newline at end of file diff --git a/keys/ssh/trusted/id_ecdsa_scar.pub b/keys/ssh/trusted/id_ecdsa_scar.pub new file mode 120000 index 0000000..5736e42 --- /dev/null +++ b/keys/ssh/trusted/id_ecdsa_scar.pub @@ -0,0 +1 @@ +../id_ecdsa_scar.pub \ No newline at end of file diff --git a/keys/ssh/trusted/id_rsa_human.pub b/keys/ssh/trusted/id_rsa_human.pub deleted file mode 120000 index c535aae..0000000 --- a/keys/ssh/trusted/id_rsa_human.pub +++ /dev/null @@ -1 +0,0 @@ -../id_rsa_human.pub \ No newline at end of file diff --git a/keys/ssh/trusted/id_rsa_scar.pub b/keys/ssh/trusted/id_rsa_scar.pub new file mode 120000 index 0000000..12c063f --- /dev/null +++ b/keys/ssh/trusted/id_rsa_scar.pub @@ -0,0 +1 @@ +../id_rsa_scar.pub \ No newline at end of file