]> git.madduck.net Git - etc/ssh.git/blobdiff - .ssh/config.in

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

add cloud backups
[etc/ssh.git] / .ssh / config.in
index 735f908aa3d35b40db40ff0c178265242a5e85f8..3a38cc8dbc771cc97d1a630b9f36d3fbf9e6e938 100644 (file)
@@ -3,6 +3,16 @@ Host 127.0.0.1 | localhost
   ForwardX11Trusted yes
   NoHostAuthenticationForLocalhost yes
 
   ForwardX11Trusted yes
   NoHostAuthenticationForLocalhost yes
 
+### VIRT
+
+Host albatross-win10.virt | win10
+  Hostname albatross-win10.virt
+  User martin
+
+Host albatross-tournamentsoftware.virt | ts
+  Hostname albatross-tournamentsoftware.virt
+  User martin
+
 ### ECLIPSE KVM HOST
 
 Host eclipse.madduck.net | eclipse
 ### ECLIPSE KVM HOST
 
 Host eclipse.madduck.net | eclipse
@@ -15,8 +25,9 @@ Host eclipse-luks
 Host eclipse-fallback.madduck.net | eclipse-fallback
   HostKeyAlias eclipse.madduck.net
 
 Host eclipse-fallback.madduck.net | eclipse-fallback
   HostKeyAlias eclipse.madduck.net
 
-Host emily.madduck.net | emily | eclipse-kvm
-  Hostname emily.madduck.net
+Host eclipse-kvm
+  Hostname 212.18.21.166
+  User martinkrafft
 
 Host matilda.madduck.net | matilda
   Hostname matilda.madduck.net
 
 Host matilda.madduck.net | matilda
   Hostname matilda.madduck.net
@@ -149,15 +160,20 @@ Host echo.kids.gern | echo.kids | jukebox.kids.gern | jukebox.kids
   Hostname echo.kids.gern.madduck.net
   HostKeyAlias echo.kids.gern.madduck.net
 
   Hostname echo.kids.gern.madduck.net
   HostKeyAlias echo.kids.gern.madduck.net
 
+Host mqtt.smarthome.gern | mqtt
+  Hostname mqtt.smarthome.gern
+  User root
+
 Host dyn*.gern.madduck.net | dyn*.*.gern.madduck.net | dyn*.gern | dyn*.*.gern | 10.39.*.*
   StrictHostKeyChecking no
   UserKnownHostsFile /dev/null
 
 ### KRAFFTWERK
 
 Host dyn*.gern.madduck.net | dyn*.*.gern.madduck.net | dyn*.gern | dyn*.*.gern | 10.39.*.*
   StrictHostKeyChecking no
   UserKnownHostsFile /dev/null
 
 ### KRAFFTWERK
 
-Host albatross.toni.madduck.net | albatross
+Host albatross.fo.krafftwerk.de | albatross
   HostName albatross.fo.krafftwerk.de
   HostKeyAlias albatross.fo.krafftwerk.de
   HostName albatross.fo.krafftwerk.de
   HostKeyAlias albatross.fo.krafftwerk.de
+  ForwardAgent yes
   LocalForward localhost:8387 localhost:8384
   DynamicForward localhost:9049
 Host albatross-luks
   LocalForward localhost:8387 localhost:8384
   DynamicForward localhost:9049
 Host albatross-luks
@@ -166,11 +182,22 @@ Host albatross-luks
   AddressFamily inet
   User root
 
   AddressFamily inet
   User root
 
+Host docker.fo.krafftwerk.de | dockerkr
+  HostName docker.fo.krafftwerk.de
+  HostKeyAlias docker.fo.krafftwerk.de
+
+Host cloud-backups.krafftwerk.de | cloud-backups
+  Hostname cloud-backups.krafftwerk.de
+  HostKeyAlias cloud-backups.krafftwerk.de
+  Port 23
+  User u441943
+
 ### TONI
 
 Host gerald.toni.madduck.net | gerald.toni | gerald | gerald.int.toni.immo | martin.int.toni.immo
   Hostname gerald.int.toni.immo
   HostKeyAlias gerald.toni.madduck.net
 ### TONI
 
 Host gerald.toni.madduck.net | gerald.toni | gerald | gerald.int.toni.immo | martin.int.toni.immo
   Hostname gerald.int.toni.immo
   HostKeyAlias gerald.toni.madduck.net
+  ForwardAgent yes
 
 Host dc01.samba-ad.toni.immo | dc01
   Hostname dc01.samba-ad.toni.immo
 
 Host dc01.samba-ad.toni.immo | dc01
   Hostname dc01.samba-ad.toni.immo
@@ -180,6 +207,10 @@ Host pve.int.toni.immo | pve
   Hostname pve.int.toni.immo
   HostKeyAlias pve.int.toni.immo
 
   Hostname pve.int.toni.immo
   HostKeyAlias pve.int.toni.immo
 
+Host pve-crypt
+  Hostname 192.168.231.10
+  Port 60022
+
 Host fileserver.int.toni.immo | fileserver
   Hostname fileserver.int.toni.immo
   HostKeyAlias fileserver.int.toni.immo
 Host fileserver.int.toni.immo | fileserver
   Hostname fileserver.int.toni.immo
   HostKeyAlias fileserver.int.toni.immo
@@ -207,6 +238,7 @@ Host docspell.int.toni.immo | docspell
 Host paperless.int.toni.immo | paperless
   Hostname paperless.int.toni.immo
   HostKeyAlias paperless.int.toni.immo
 Host paperless.int.toni.immo | paperless
   Hostname paperless.int.toni.immo
   HostKeyAlias paperless.int.toni.immo
+  ForwardAgent yes
 
 Host dovecot.int.toni.immo | dovecot
   Hostname dovecot.int.toni.immo
 
 Host dovecot.int.toni.immo | dovecot
   Hostname dovecot.int.toni.immo
@@ -233,16 +265,35 @@ Host pve-backups.toni.immo | pve-backups
 ### ROAD WARRIORS
 
 Host lotus.gern
 ### ROAD WARRIORS
 
 Host lotus.gern
-  HostKeyAlias lotus
+  HostName lotus
   ConnectTimeout 120
   ConnectTimeout 120
-  ProxyCommand ssh wall.gern.madduck.net "wakeonlan -i 192.168.39.255 dc:fb:48:35:03:04 && n=30 && while ! nc -w 1 %h %p; do [ \$n -gt 0 ] || exit 1; printf "%%02d: " \$n >&2; n=\$((\$n-1)); done"
+  ForwardAgent yes
+  ProxyCommand ssh wall.gern.madduck.net "n=30 && while ! nc -w 1 %h %p; do [ \$n -gt 0 ] || exit 1; wakeonlan -i 192.168.39.255 dc:fb:48:35:03:04; printf "%%02d: " \$n >&2; n=\$((\$n-1)); done"
   LocalForward localhost:8385 localhost:8384
 
   LocalForward localhost:8385 localhost:8384
 
+Host lotus.gern-vnc
+  HostName lotus
+  ConnectTimeout 120
+  ProxyCommand ssh wall.gern.madduck.net "n=30 && while ! nc -w 1 %h %p; do [ \$n -gt 0 ] || exit 1; wakeonlan -i 192.168.39.255 dc:fb:48:35:03:04; printf "%%02d: " \$n >&2; n=\$((\$n-1)); done"
+  LocalForward localhost:8385 localhost:8384
+  RemoteCommand pkill x11vnc; x11vnc -display :0 -nopw -localhost -norepeat -gone '/usr/bin/xautolock -locknow'
+
 Host lotus.* | lotus
 Host lotus.* | lotus
-  CheckHostIP no
+  HostName lotus.fo.krafftwerk.de
   HostKeyAlias lotus
   HostKeyAlias lotus
+  ConnectTimeout 120
+  ForwardAgent yes
+  ProxyCommand sh -c 'for i in 1 2 3; do wakeonlan -i 192.168.235.255 dc:fb:48:35:03:04 && sleep $i && socat - TCP:%h:%p,connect-timeout=120 && break; done'
   LocalForward localhost:8385 localhost:8384
 
   LocalForward localhost:8385 localhost:8384
 
+Host lotus-vnc
+  HostName lotus.fo.krafftwerk.de
+  HostKeyAlias lotus
+  ConnectTimeout 120
+  ProxyCommand sh -c 'for i in 1 2 3; do wakeonlan -i 192.168.235.255 dc:fb:48:35:03:04 && sleep $i && socat - TCP:%h:%p,connect-timeout=120 && break; done'
+  RemoteCommand pkill x11vnc; x11vnc -display :0 -rfbport 5960 -nopw -localhost -norepeat -gone '/usr/bin/xautolock -locknow'
+  LocalForward localhost:5960 localhost:5960
+
 Host emerald | emerald.kids.gern | emerald.rw.madduck.net
   CheckHostIP no
   HostKeyAlias emerald
 Host emerald | emerald.kids.gern | emerald.rw.madduck.net
   CheckHostIP no
   HostKeyAlias emerald