From 639e50050702d094a9464cf263995f7f19079eaf Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Mon, 26 Dec 2022 13:06:48 -0500 Subject: Add an option for embedded socat in the client --- vars | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vars') diff --git a/vars b/vars index 03bb7b2..319fbaa 100644 --- a/vars +++ b/vars @@ -1,7 +1,9 @@ #!/bin/sh +# What tmux session are we going to use for this? +tmux_session="rshsh" # Server's hostname -hostname="do.rygel.us" +hostname="changeme.example.com" # Do we verify the server certificate? verify=1 # This is used to tell the client script whether it should loop in infinity -- cgit v1.2.3