Variable: nrepl-ssh-tunnel-timeout
nrepl-ssh-tunnel-timeout is a customizable variable defined in
nrepl-client.el.
Value
30
Documentation
Maximum number of seconds to wait for an SSH tunnel's forwarding to come up.
The countdown resets whenever the ssh process produces output, so an interactive password or 2FA prompt won't trip the timeout.
This variable was added, or its default value changed, in cider version 2.0.0.
Source Code
;; Defined in ~/.emacs.d/elpa/cider-20260822.1520/nrepl-client.el
(defcustom nrepl-ssh-tunnel-timeout 30
"Maximum number of seconds to wait for an SSH tunnel's forwarding to come up.
The countdown resets whenever the ssh process produces output, so an
interactive password or 2FA prompt won't trip the timeout."
:type 'integer
:package-version '(cider . "2.0.0"))