X-Git-Url: https://git.distorted.org.uk/~mdw/tripe/blobdiff_plain/ff5c5e633759e47687a4d361bd017d8cb4f61bbd..527cd49ffd468167e244dea6751698944be6896d:/peerdb/peers.in diff --git a/peerdb/peers.in b/peerdb/peers.in index 5e381bdd..53eef5b2 100644 --- a/peerdb/peers.in +++ b/peerdb/peers.in @@ -85,7 +85,10 @@ ssh-user = tripe ;; connect: shell command to use to wake up the remote peer and establish the ;; connection. -connect = ssh -q $(ssh-user)@$[$(host)] +connect = ssh -q $(ssh-user)@$[$(host)] hello + +;; disconnect: shell command to use to shut the remote peer down. +disconnect = ssh -q $(ssh-user)@$[$(host)] goodbye ;; keepalive: how often to send NOP packets to keep the connection alive, at ;; least in the minds of intermediate stateful firewalls and NAT routers.