]> git.wh0rd.org - home.git/blobdiff - .ssh/config
ssh: add ppc64le
[home.git] / .ssh / config
index 806bf53a5f8906fc81b61878d08f290a68db2837..24e7039ca2f02c731707f4a6b1e912769d202a5c 100644 (file)
@@ -6,14 +6,20 @@
 #      ControlMaster auto
 #      ControlPath ~/.ssh/cm_socket/%r@%h:%p
 
+Host localhost
+       StrictHostKeyChecking no
+
 Host wh0rd.org
+       # For openssh
+       IdentityFile ~/.ssh/id_ed25519.vapier
+       # For dropbear
        IdentityFile ~/.ssh/id_rsa.vapier
 
 Host depot
        User root
        HostName home.wh0rd.org
        Port 443
-       IdentityFile ~/.ssh/id_rsa.vapier
+       IdentityFile ~/.ssh/id_ed25519.vapier
 
 Host home
        HostName home.wh0rd.org
@@ -91,18 +97,19 @@ Host gshell
        HostName sh.corp.google.com
        User vapier
 
-Host gerrit.chromium.org
-       Port 29418
-       IdentityFile ~/.ssh/id_rsa.google
-Host gerrit-int.chromium.org git.chromium.org review.source.android.com review.coreboot.org
-       Port 29419
-       IdentityFile ~/.ssh/id_rsa.google
-
 Host work
        HostName vapier.cam.corp.google.com
-# SecureShell does this now.
-#      RemoteForward 3000 127.0.0.1:1817
-#      LocalForward 5901 127.0.0.1:5901
+
+Host lemote
+       HostName 100.100.36.240
+
+Host crosvm
+       Port 9222
+       HostName localhost
+       User root
+       StrictHostKeyChecking no
+       UpdateHostKeys yes
+       IdentityFile ~/.ssh/id_rsa.cros
 
 ###
 ### random source systems
@@ -111,9 +118,12 @@ Host work
 Host sourceware.org
        IdentityFile ~/.ssh/id_rsa.vapier
 
-Host uclibc.org
+Host github.com
        IdentityFile ~/.ssh/id_rsa.vapier
 
+Host uclibc.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
 Host e? e?.enlightenment.org e?v*.enlightenment.org
        User vapier
        ProxyCommand none
@@ -144,17 +154,19 @@ Host cvs.gentoo.org
 
 Host dev
        HostName dev.gentoo.org
-       IdentityFile ~/.ssh/id_rsa.vapier
+       IdentityFile ~/.ssh/id_ed25519.vapier
 
 Host dev-ports
        HostName dev.gentoo.org
-       IdentityFile ~/.ssh/id_rsa.vapier
+       IdentityFile ~/.ssh/id_ed25519.vapier
        LocalForward 127.0.0.1:1111 127.0.0.1:25
 
 Host cvs.gentoo.org
-       IdentityFile ~/.ssh/id_rsa.vapier
+       IdentityFile ~/.ssh/id_ed25519.vapier
 Host git.overlays.gentoo.org
-       IdentityFile ~/.ssh/id_rsa.vapier
+       IdentityFile ~/.ssh/id_ed25519.vapier
+Host git.gentoo.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
 
 Host tinderbox
        HostName x86dev.gentoo.osuosl.org
@@ -163,7 +175,7 @@ Host tinderbox
 
 Host alpha
        HostName monolith.freenet-rz.de
-       IdentityFile ~/.ssh/id_rsa.vapier
+       IdentityFile ~/.ssh/id_ed25519.vapier
 
 ### AMD64 ###
 
@@ -179,7 +191,7 @@ Host coral
 
 Host polyp
        HostName polyp.arm.dev.gentoo.org
-       IdentityFile ~/.ssh/id_rsa.vapier
+       IdentityFile ~/.ssh/id_ed25519.vapier
 
 ### GBSD ###
 
@@ -188,7 +200,14 @@ Host polyp
 
 Host hake
        HostName hppa.gentoo.osuosl.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
+Host hake-console
+       HostName console1.gentoo.osuosl.org
        IdentityFile ~/.ssh/id_rsa.vapier
+       User vapier
+       Port 3003
+       AddressFamily inet
 
 ### IA64 ###
 
@@ -197,7 +216,7 @@ Host beluga
        IdentityFile ~/.ssh/id_rsa.vapier
 Host ia64 guppy
        HostName guppy.ia64.dev.gentoo.org
-       IdentityFile ~/.ssh/id_rsa.vapier
+       IdentityFile ~/.ssh/id_ed25519.vapier
 
 ### M68K ###
 
@@ -211,13 +230,13 @@ Host mips
 
 ### PPC ###
 
-Host ppc2
-       HostName rooster.ppc64.dev.gentoo.org
-       IdentityFile ~/.ssh/id_rsa.vapier
-
 Host ppc ppc64
        HostName timberdoodle.gentoo.osuosl.org
-       IdentityFile ~/.ssh/id_rsa.vapier
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
+Host ppcle ppc64le
+       HostName bogsucker.gentoo.osuosl.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
 
 ### S390 ###
 
@@ -230,16 +249,11 @@ Host lgentoo4
        HostName 148.100.88.32
        IdentityFile ~/.ssh/id_rsa.vapier
 
-Host gentoo01
-       HostName 71
-Host gentoo02
-       HostName 71
-
 ### SPARC ###
 
 Host sparc
        HostName bender.sparc.dev.gentoo.org
-       IdentityFile ~/.ssh/id_rsa.vapier
+       IdentityFile ~/.ssh/id_ed25519.vapier
 
 ### SH ###