chiark / gitweb /
server/keymgmt.c (km_samealgsp): Make sure the bulk transforms match.
[tripe] / peerdb / peers.in
index 014390230a27c0a5794a48d4e00d292ebbcfc233..53eef5b23d69098e9bf4c3ae5303648de151112f 100644 (file)
@@ -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.
@@ -107,6 +110,10 @@ watch = t
 ;; peer: mark this entry as being a passive peer.
 peer = PASSIVE
 
+;; mobile: mark this peer as likely to change its external address without
+;; warning.
+mobile = t
+
 ;; user: the string which the dynamic peer's connect command will present to
 ;; the CONNECT service.
 user = $(name)