diff options
Diffstat (limited to 'vars')
| -rw-r--r-- | vars | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |
