Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ Documentation
---------
* Add `--ssh-jump` to TIPS.
* Better document `/dsn show`.
* Improve `ssh_options` commentary.


Internal
Expand Down
1 change: 1 addition & 0 deletions mycli/myclirc
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ emacs_ttimeoutlen = 0.5
ssh_executable = ssh

# Options to pass to the ssh executable when making a tunnel.
# The defaults may need to be changed if not using OpenSSH.
ssh_options = -a -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -o IPQoS=af13 -o LogLevel=FATAL

# Method for establishing the local side of the SSH tunnel: auto, port, socket.
Expand Down
1 change: 1 addition & 0 deletions test/myclirc
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,7 @@ emacs_ttimeoutlen = 0.5
ssh_executable = ssh

# Options to pass to the ssh executable when making a tunnel.
# The defaults may need to be changed if not using OpenSSH.
ssh_options = -a -o ServerAliveInterval=60 -o ExitOnForwardFailure=yes -o IPQoS=af13 -o LogLevel=FATAL

# Method for establishing the local side of the SSH tunnel: auto, port, socket.
Expand Down
Loading