]> 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 albatross vnc stanza
[etc/ssh.git] / .ssh / config.in
index 28f32be0d2d62490867bd2a17c3a316196c53212..422118ecf3202ed57d23d8593477dbf96ee29185 100644 (file)
@@ -5,12 +5,8 @@ Host 127.0.0.1 | localhost
 
 ### VIRT
 
 
 ### VIRT
 
-Host win10.virt | win10
-  Hostname win10.virt
-  User martin
-
-Host tournamentsoftware.virt | ts
-  Hostname tournamentsoftware.virt
+Host tournamentsoftware.siby | ts
+  Hostname tournamentsoftware.siby
   User martin
 
 ### ECLIPSE KVM HOST
   User martin
 
 ### ECLIPSE KVM HOST
@@ -182,6 +178,14 @@ Host albatross-luks
   AddressFamily inet
   User root
 
   AddressFamily inet
   User root
 
+Host albatross-vnc
+  HostName albatross.fo.krafftwerk.de
+  HostKeyAlias albatross.fo.krafftwerk.de
+  ForwardAgent yes
+  LocalForward localhost:8387 localhost:8384
+  DynamicForward localhost:9049
+  Tag vnc
+
 Host docker.fo.krafftwerk.de | dockerkr
   HostName docker.fo.krafftwerk.de
   HostKeyAlias docker.fo.krafftwerk.de
 Host docker.fo.krafftwerk.de | dockerkr
   HostName docker.fo.krafftwerk.de
   HostKeyAlias docker.fo.krafftwerk.de
@@ -293,11 +297,6 @@ Host lotus-vnc
   LocalForward localhost:5960 localhost:5960
   #LocalForward localhost:5960 /run/user/1000/x11vnc.%C.sock
 
   LocalForward localhost:5960 localhost:5960
   #LocalForward localhost:5960 /run/user/1000/x11vnc.%C.sock
 
-Match tagged vnc
-  ControlPath none
-  ConnectTimeout 120
-  RemoteCommand pkill x11vnc; x11vnc -display :0 -rfbport 5960 -unixsock $XDG_RUNTIME_DIR/x11vnc.%C.sock -nopw -localhost -norepeat -timeout 10 -gone '/usr/bin/xautolock -locknow'
-
 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
@@ -358,6 +357,13 @@ Host clegg.northdrive.de
   Port 37819
   User madduck
 
   Port 37819
   User madduck
 
+### INCLUDES
+
+Match tagged vnc
+  ControlPath none
+  ConnectTimeout 120
+  RemoteCommand pkill x11vnc; x11vnc -display :0 -rfbport 5960 -unixsock $XDG_RUNTIME_DIR/x11vnc.%C.sock -nopw -localhost -repeat -timeout 10 -gone '/usr/bin/xautolock -locknow'
+
 ### DEFAULTS
 
 Match host *.madduck.net
 ### DEFAULTS
 
 Match host *.madduck.net