Skip to content

Instantly share code, notes, and snippets.

@marthjod
marthjod / ssh-proxy.md
Last active February 23, 2022 02:25
HTTP-tunneled remote SSH proxy

HTTP-tunneled remote SSH proxy

Setup

Network

  • Bonus: SSHD lives on its own network connected to the Inet-NATted LAN, so that
[public IP]:443
@marthjod
marthjod / host-alive-monitoring
Last active August 29, 2015 13:58
Poor man's host-alive monitoring
# https://code.google.com/p/paping/
5 * * * * out=`/opt/paping -p 4242 marthjod.example.com -c 2 --nocolor` || /usr/bin/notify-send "marthjod.example.com:4242" "$out"