]> 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:

avoid controlmaster for lotus-vnc
[etc/ssh.git] / .ssh / config.in
index e0fcf1ea53d5a242a808b084e802edc2cb9a26b2..64ba62d63294bbfa462f60036702a6a85464a9f0 100644 (file)
@@ -5,12 +5,12 @@ Host 127.0.0.1 | localhost
 
 ### VIRT
 
-Host albatross-win10.virt | win10
-  Hostname albatross-win10.virt
+Host win10.virt | win10
+  Hostname win10.virt
   User martin
 
-Host albatross-tournamentsoftware.virt | ts
-  Hostname albatross-tournamentsoftware.virt
+Host tournamentsoftware.virt | ts
+  Hostname tournamentsoftware.virt
   User martin
 
 ### ECLIPSE KVM HOST
@@ -160,6 +160,10 @@ Host echo.kids.gern | echo.kids | jukebox.kids.gern | jukebox.kids
   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
@@ -182,6 +186,12 @@ 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
@@ -279,6 +289,7 @@ Host lotus.* | lotus
 Host lotus-vnc
   HostName lotus.fo.krafftwerk.de
   HostKeyAlias lotus
+  ControlMaster no
   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'