]> git.wh0rd.org - home.git/blobdiff - .ssh/config
ssh_config: update test hsm
[home.git] / .ssh / config
index d8045a982408a66f019b7f2a69c09495e92d1fa4..4c451f8b495c029ade6c127dfdb4770af1f84683 100644 (file)
-Host depot
-       User root
+# For HPN fast transfers
+# scp -oNoneEnabled=yes -oNoneSwitch=yes
+# also enable NoneEnabled on server side
 
-Host vapier
-       HostName 192.168.0.2
-       User vapier
+#Host *
+#      ControlMaster auto
+#      ControlPath ~/.ssh/cm_socket/%r@%h:%p
 
-Host vapier-ports
-       User root
-       HostName vapier
-       LocalForward 5901 127.0.0.1:5901
+Host localhost
+       StrictHostKeyChecking no
 
-Host work
-       HostName localhost
-       Port 2
-Host work-ports
-       User root
-       HostName wh0rd.org
-       LocalForward 25 nwd2exm5.ad.analog.com:25
-       LocalForward 143 nwd2exm5.ad.analog.com:143
+Host wh0rd.org
+       # For openssh
+       IdentityFile ~/.ssh/id_ed25519.vapier
+       # For dropbear
+       IdentityFile ~/.ssh/id_rsa.vapier
 
-Host home-ports
+Host depot
+       User root
        HostName home.wh0rd.org
-#      HostName 141.154.201.90
-#      HostName 192.168.254.1
-       Port 2
-#      Port 443
-       ForwardX11 no
-       Compression yes
-       LocalForward 5900 127.0.0.1:5900
-#      LocalForward 8888 127.0.0.1:8888
-#      DynamicForward 22222
+       Port 443
+       IdentityFile ~/.ssh/id_ed25519.vapier
 
 Host home
        HostName home.wh0rd.org
-#      HostName 141.154.201.90
-#      HostName 192.168.254.1
-#      Port 443
-       Port 2
+       Port 443
 
-Host m metro rd-linux-2420
-       HostName 192.168.202.30
-       User root
+Host bos.wh0rd.org
+       Port 443
 
-Host sources.b.u.o
-       User root
-       HostName sources.blackfin.uclinux.org
+Host home-ports
+       HostName vpn-vapier-m
+       #HostName home.wh0rd.org
+       #Port 443
+       Compression yes
+       DynamicForward 22222
 
-Host docs.b.u.o
+Host dir-825
        User root
-       HostName docs.blackfin.uclinux.org
-       ForwardX11 yes
+       HostName 192.168.0.250
+       IdentityFile ~/.ssh/id_dsa.vapier
 
-Host db.b.u.o
-       User root
-       HostName db.blackfin.uclinux.org
-       Port 443
+###
+### Blackfin systems
+###
 
-Host firewall-sources.blackfin.uclinux.org firewall-sources.b.u.o sources.blackfin.uclinux.org
-       Port 443
+Host cvs.blackfin.uclinux.org blackfin.uclinux.org db.blackfin.uclinux.org sources.blackfin.uclinux.org firewall-sources.blackfin.uclinux.org
        User vapier
-       #HostName firewall-sources.blackfin.uclinux.org
-       HostName 204.50.165.246
        IdentityFile ~/.ssh/id_dsa.bfin
+       Compression yes
 
-Host www.denx.de
+Host uboot u-boot www.denx.de
        User gu-blackfin
-       HostName www.denx.de
        IdentityFile ~/.ssh/id_dsa.bfin
+       HostName www.denx.de
 
-Host norwood-cvs nwd2cvs1.corp.analog.com
-       User cvsuser
-       HostName nwd2cvs1.corp.analog.com
+Host gitolite.kernel.org
+       User git
+       IdentityFile ~/.ssh/limited/id_rsa.kernel.org
 
-Host shanghai-cvs
-       User root
-       HostName 10.99.22.20
-       ForwardX11 no
+Host kup.kernel.org
+       IdentityFile ~/.ssh/limited/id_rsa.kernel.org
 
-Host shanghai-cvs-ports
+Host db.b.u.o
+       User root
+       IdentityFile ~/.ssh/id_dsa.adi
+       HostName db.blackfin.uclinux.org
+       Port 443
+Host docs.b.u.o
+       User root
+       IdentityFile ~/.ssh/id_dsa.adi
+       HostName docs.blackfin.uclinux.org
+Host sources.b.u.o
        User root
-       HostName 10.99.22.20
-       ForwardX11 no
-       LocalForward 8079 localhost:8079
+       IdentityFile ~/.ssh/id_dsa.adi
+       HostName sources.blackfin.uclinux.org
+Host firewall-sources.b.u.o
+       User root
+       IdentityFile ~/.ssh/id_dsa.adi
+       HostName firewall-sources.blackfin.uclinux.org
+       Port 443
+Host firewall-sources.blackfin.uclinux.org
+       User vapier
+       IdentityFile ~/.ssh/id_dsa.adi
+       Port 443
+Host wiki.a.c
+       User vapier
+       IdentityFile ~/.ssh/id_dsa.adi
+       HostName 195.170.124.184
+       Port 6589
+
+###
+### Google systems
+###
 
-Host shanghai-ports
+Host gshell
+       HostName sh.corp.google.com
        User vapier
-       HostName localhost
-       Port 8079
-       ForwardX11 no
-       DynamicForward 22222
-       LocalForward localhost:1143 nwd2exm5.ad.analog.com:143
-       LocalForward localhost:2225 nwd2exm5.ad.analog.com:25
 
-Host nashua-test
+Host work
+       HostName vapier.cam.corp.google.com
+
+Host lemote
+       HostName 100.100.36.240
+
+Host crosvm
+       Port 9222
+       HostName localhost
        User root
-       HostName 10.69.2.210
+       StrictHostKeyChecking no
+       UpdateHostKeys yes
+       UserKnownHostsFile /dev/null
+       IdentityFile ~/.ssh/id_rsa.cros
 
-Host fpga
-       User mfrysin
-       HostName 65.90.9.117
-       Port 443
-       IdentityFile ~/.ssh/id_dsa.bfin
+Host hsm
+       IdentityFile ~/.ssh/id_rsa.google
+       HostName 100.90.28.67
 
-Host git.overlays.gentoo.org ltp.cvs.sourceforge.net console1.gentoo.osuosl.org svn.gentoo.org
-       IdentityFile ~/.ssh/id_dsa.vapier
-Host dev dev.gentoo.org
+###
+### random source systems
+###
+
+Host sourceware.org
+       IdentityFile ~/.ssh/id_rsa.vapier
+
+Host github.com
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
+Host uclibc.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
+Host e? e?.enlightenment.org e?v*.enlightenment.org
+       User vapier
+       ProxyCommand none
+
+Host git.enlightenment.org
+       User git
+       ProxyCommand none
+
+Host *.enlightenment.org
+       User vapier
+       ProxyCommand ssh -q e5v1.enlightenment.org -W %h:%p
+
+###
+### Gentoo systems
+###
+
+# then at runtime, do:
+# ssh -N -f -n master-cvs.gentoo.org
+Host master-cvs.gentoo.org
+       HostName cvs.gentoo.org
+       User vapier
+       ControlMaster yes
+       ControlPath ~/.ssh/master-%l-%r@%h:%p
+Host cvs.gentoo.org
+       ControlMaster no
+       ControlPath ~/.ssh/master-%l-%r@%h:%p
+       BatchMode yes
+
+Host dev
        HostName dev.gentoo.org
-       IdentityFile ~/.ssh/id_dsa.vapier
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
 Host dev-ports
        HostName dev.gentoo.org
-       IdentityFile ~/.ssh/id_dsa.vapier
+       IdentityFile ~/.ssh/id_ed25519.vapier
        LocalForward 127.0.0.1:1111 127.0.0.1:25
 
-Host gentoo01
-       HostName gentoo01.zseries.org
-       IdentityFile ~/.ssh/id_dsa.vapier
-Host gentoo02
-       HostName gentoo02.zseries.org
-       IdentityFile ~/.ssh/id_dsa.vapier
-Host gentoo03
-       HostName gentoo03.zseries.org
-       IdentityFile ~/.ssh/id_dsa.vapier
-Host gentoo04
-       HostName gentoo04.zseries.org
-       IdentityFile ~/.ssh/id_dsa.vapier
+Host cvs.gentoo.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
+Host git.overlays.gentoo.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
+Host git.gentoo.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
+Host tinderbox
+       HostName x86dev.gentoo.osuosl.org
+
+### ALPHA ###
+
+Host alpha
+       HostName monolith.freenet-rz.de
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
+### AMD64 ###
+
+Host amd64
+       HostName nightheron.gentoo.org
+       IdentityFile ~/.ssh/id_rsa.vapier
+
+### ARM ###
+
+Host coral
+       HostName coral.gentoo.osuosl.org
+       IdentityFile ~/.ssh/id_rsa.vapier
+
+Host polyp
+       HostName polyp.arm.dev.gentoo.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
+### GBSD ###
+
+
+### HPPA ###
+
+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 ###
+
+Host beluga
+       HostName beluga.ia64.dev.gentoo.org
+       IdentityFile ~/.ssh/id_rsa.vapier
+Host ia64 guppy
+       HostName guppy.ia64.dev.gentoo.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
+### M68K ###
+
+Host kolla
+       HostName chetter.kolla.no
+
+### MIPS ###
+
+Host mips
+       HostName fulong-spark.mips64.dev.gentoo.org
+
+### PPC ###
+
+Host ppc ppc64
+       HostName timberdoodle.gentoo.osuosl.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
+Host ppcle ppc64le
+       HostName bogsucker.gentoo.osuosl.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
+### S390 ###
+
+Host lgentoo3
+       HostName lgentoo3.s390.gentoo.wh0rd.org
+       HostName 148.100.88.31
+       IdentityFile ~/.ssh/id_ed25519.vapier
+Host lgentoo4
+       HostName lgentoo4.s390.gentoo.wh0rd.org
+       HostName 148.100.88.32
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
+### SPARC ###
+
+Host sparc
+       HostName bender.sparc.dev.gentoo.org
+       IdentityFile ~/.ssh/id_ed25519.vapier
+
+### SH ###
+
+Host lantank
+       HostName lantank.sh.dev.gentoo.org
+       IdentityFile ~/.ssh/id_rsa.vapier
+
+
+# skey based access:
+# https://chrome-internal.googlesource.com/infra/infra_internal/+/master/doc/ssh_config
+
+# For CrOS gcloud instances:
+# $ ls ~/google-cloud-sdk/bin/gcloud
+# $ curl https://sdk.cloud.google.com | bash
+# $ gcloud compute ssh cros-beefy59-c2