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