From 1c55efe195fb29383be0b3c6681bae6d57d807a9 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Tue, 24 Jan 2023 18:14:37 -0500 Subject: [PATCH] [ssh] Update config for boxes --- ssh/.ssh/box_castine_town.pub | 1 + ssh/.ssh/box_unbl_ink.pub | 1 + ssh/.ssh/config | 8 +++++++- 3 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 ssh/.ssh/box_castine_town.pub create mode 100644 ssh/.ssh/box_unbl_ink.pub diff --git a/ssh/.ssh/box_castine_town.pub b/ssh/.ssh/box_castine_town.pub new file mode 100644 index 0000000..52dba86 --- /dev/null +++ b/ssh/.ssh/box_castine_town.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICwXbNwYkVT5Dprbe2VljB3yNNgqIGK7/aLEhDnld6aw box.castine.town diff --git a/ssh/.ssh/box_unbl_ink.pub b/ssh/.ssh/box_unbl_ink.pub new file mode 100644 index 0000000..726b0b3 --- /dev/null +++ b/ssh/.ssh/box_unbl_ink.pub @@ -0,0 +1 @@ +ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAds0tNpigEejGz3JHG5i+fSAHyH2fQgeJD29Z9JFsrC box.unbl.ink diff --git a/ssh/.ssh/config b/ssh/.ssh/config index b1c7350..001922f 100644 --- a/ssh/.ssh/config +++ b/ssh/.ssh/config @@ -27,9 +27,15 @@ Host gogs* Port 222 # Mailinabox uses root by default -Host box.* +Host box.unbl.ink + IdentityFile ~/.ssh/box_unbl_ink User root +Host box.castine.town + IdentityFile ~/.ssh/box_castine_town + User root + + Host akna.local User pi