]> git.rmz.io Git - dotfiles.git/blobdiff - ssh/config
ssh: RemoteForward gpg-agent socket to fpp and deepthought
[dotfiles.git] / ssh / config
index d159ed2b9fa935b203f4c59b0fee0cb06dd186fa..821f780e06f6e06fa675b5085b5044a90f36382c 100644 (file)
@@ -1,47 +1,34 @@
+# vim: ft=sshconfig
+
 Include private-config
 
 Host rmz.io
 ForwardAgent yes
 
-Host deepthought
-ForwardAgent yes
-
-Host uh-nuc01
-HostName localhost
-Port 22222
-ForwardAgent yes
-ProxyJump rmz.io
-
-Host tardis tardis.uni.cx tardis.rmz.io
-HostName tardis.rmz.io
+Host deepthought scotflix
 ForwardAgent yes
-StreamLocalBindUnlink yes
 
-Host kelmis
-HostName kelmis.uni.cx
-Port 5555
-DynamicForward 1080
-IdentityFile ~/.ssh/old/id_rsa
+Host libreelec.lan
+User root
 
-Host chronos
-IdentityFile ~/.ssh/old/id_rsa
+Host wrt-*.lan wrt-*.*.lan
+User root
+HostKeyAlgorithms=+ssh-rsa
 
-Host buildserver
-Port 5555
-HostName dezponia.se
-# RemoteForward /home/ramsi/.config/gnupg/S.gpg-agent /home/ramsi/.config/gnupg/S.gpg-agent
-# ExitOnForwardFailure yes
+Host aur.archlinux.org
+User aur
 
-Host bulbasaur bulbasaur.chakralinux.org
-HostName bulbasaur.chakralinux.org
+Host fpp-nuc
+HostName localhost
+Port 22223
+ForwardAgent yes
+ProxyJump rmz.io
 
-Host rsync.chakralinux.org
-HostName rsync.chakralinux.org
-IdentityFile ~/.ssh/old/id_rsa
+Host deepthought
+RemoteForward /run/user/1000/gnupg/d.1xtncmpif16g4astkntdim57/S.gpg-agent /run/user/1000/gnupg/d.1xtncmpif16g4astkntdim57/S.gpg-agent.extra
 
-Host chakra-sf
-HostName frs.sourceforge.net
-IdentityFile ~/.ssh/old/id_rsa_github
+Host fpp-nuc
+RemoteForward /run/user/1000/gnupg/d.npnhfcga8k6z5k1d76imaij7/S.gpg-agent /run/user/1000/gnupg/d.1xtncmpif16g4astkntdim57/S.gpg-agent.extra
 
 Host *
 ControlMaster auto
@@ -49,3 +36,4 @@ ControlPersist 1h
 ServerAliveInterval 30
 ServerAliveCountMax 4
 AddKeysToAgent yes
+SendEnv LANG LC_*