dotfiles

<-- duh.
Log | Files | Refs | LICENSE

commit 12f144d9121d63dca57e15871326040e43d51ba4
parent 1615e3a587a5ba0f08e729b303b5ccddda248ab5
Author: hhvn <hayden@haydenvh.com>
Date:   Tue, 19 Jan 2021 18:46:32 +0000

.scripts/bin/uptimemon .ssh/config: add new server

Diffstat:
M.scripts/bin/uptimemon | 2+-
M.ssh/config | 6+++++-
2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/.scripts/bin/uptimemon b/.scripts/bin/uptimemon @@ -19,7 +19,7 @@ d=$HOME/net/exec/uptime -for s in local irc1 irc2 dumbterm.haydenvh.com phony.haydenvh.com port.haydenvh.com +for s in matrix local irc1 irc2 dumbterm.haydenvh.com phony.haydenvh.com port.haydenvh.com do curr=$(ssh $s uptime | awk '{print $3}' | grep '^[^:]*$' || echo 0) [ ! -f $d/$s ] && echo "curr $curr" > $d/$s diff --git a/.ssh/config b/.ssh/config @@ -9,7 +9,7 @@ Host * Host phony phony.haydenvh.com dumbterm dumbterm.haydenvh.com port port.haydenvh.com # these are (most of the time) on my LAN - haydenvh.com # is too, but port forwarded, so proxy to that - ProxyJump void@haydenvh.com + #ProxyJump void@haydenvh.com ForwardX11 yes Host port port.haydenvh.com @@ -36,6 +36,10 @@ Host irc1 irc.haydenvh.com Hostname irc.haydenvh.com User hayden +Host matrix matrix.haydenvh.com + Hostname matrix.haydenvh.com + User hayden + Host irc2 irc.area51.haydenvh.com Hostname irc.area51.haydenvh.com User hayden