Ver código fonte

[ssh] Update config for boxes

Colin Powell 2 anos atrás
pai
commit
1c55efe195
3 arquivos alterados com 9 adições e 1 exclusões
  1. 1 0
      ssh/.ssh/box_castine_town.pub
  2. 1 0
      ssh/.ssh/box_unbl_ink.pub
  3. 7 1
      ssh/.ssh/config

+ 1 - 0
ssh/.ssh/box_castine_town.pub

@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAICwXbNwYkVT5Dprbe2VljB3yNNgqIGK7/aLEhDnld6aw box.castine.town

+ 1 - 0
ssh/.ssh/box_unbl_ink.pub

@@ -0,0 +1 @@
+ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAds0tNpigEejGz3JHG5i+fSAHyH2fQgeJD29Z9JFsrC box.unbl.ink

+ 7 - 1
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