]> git.madduck.net Git - etc/ssh.git/commitdiff

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:

improved access to lotus with wol
authormartin f. krafft <madduck@madduck.net>
Sun, 23 Mar 2025 14:58:22 +0000 (15:58 +0100)
committermartin f. krafft <madduck@madduck.net>
Sun, 23 Mar 2025 14:58:22 +0000 (15:58 +0100)
.ssh/config.in

index e6e706312a607bb8b836dafe6845f4dace0657a9..7587b23089ae8105cb73dfc3f5e56658b662842a 100644 (file)
@@ -259,18 +259,20 @@ Host lotus.gern-vnc
   RemoteCommand pkill x11vnc; x11vnc -display :0 -nopw -localhost -norepeat -gone '/usr/bin/xautolock -locknow'
 
 Host lotus.* | lotus
   RemoteCommand pkill x11vnc; x11vnc -display :0 -nopw -localhost -norepeat -gone '/usr/bin/xautolock -locknow'
 
 Host lotus.* | lotus
-  CheckHostIP no
+  HostName lotus.fo.krafftwerk.de
   HostKeyAlias lotus
   HostKeyAlias lotus
+  ConnectTimeout 120
   ForwardAgent yes
   ForwardAgent yes
-  HostName lotus.fo.krafftwerk.de
+  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
 
 Host lotus-vnc
   HostName lotus.fo.krafftwerk.de
   HostKeyAlias lotus
   ConnectTimeout 120
   LocalForward localhost:8385 localhost:8384
 
 Host lotus-vnc
   HostName lotus.fo.krafftwerk.de
   HostKeyAlias lotus
   ConnectTimeout 120
-  LocalForward localhost:5960 localhost:5900
-  RemoteCommand pkill x11vnc; x11vnc -display :0 -nopw -localhost -norepeat -gone '/usr/bin/xautolock -locknow'
+  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
 
 Host emerald | emerald.kids.gern | emerald.rw.madduck.net
   CheckHostIP no