diff options
| author | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-26 13:06:48 -0500 |
|---|---|---|
| committer | Mitchell Riedstra <mitch@riedstra.dev> | 2022-12-26 13:06:48 -0500 |
| commit | 639e50050702d094a9464cf263995f7f19079eaf (patch) | |
| tree | cd6502f6d5af67e5a887474ed3225af37a20cd02 /vars | |
| parent | 9bd432b5de3592f89d885deaff953418822acaa9 (diff) | |
| download | rshsh-639e50050702d094a9464cf263995f7f19079eaf.tar.gz rshsh-639e50050702d094a9464cf263995f7f19079eaf.tar.xz | |
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 |
