Variable: nrepl-use-ssh-fallback-for-remote-hosts

nrepl-use-ssh-fallback-for-remote-hosts is a customizable variable defined in nrepl-client.el.

Value

nil

Documentation

If non-nil, Use ssh as a fallback to connect to remote hosts.

It will attempt to connect via ssh to remote hosts when unable to connect directly.

Source Code

;; Defined in ~/.emacs.d/elpa/cider-20260414.1619/nrepl-client.el
(defcustom nrepl-use-ssh-fallback-for-remote-hosts nil
  "If non-nil, Use ssh as a fallback to connect to remote hosts.
It will attempt to connect via ssh to remote hosts when unable to connect
directly."
  :type 'boolean)