/usr/bin/ssh
directly (see below for more details)./usr/bin/ssh
) to setup the shell for Warp's feature set. We authenticate normally using /usr/bin/ssh
, and bootstrap the remote shell to work with Warp Blocks and the Input Editor. You can opt-out of this functionality by invoking /usr/bin/ssh
directly.which warp_ssh_helper
in Zsh, type warp_ssh_helper
in Bash./etc/ssh/sshd_config
) preventing Warp's ControlMaster connection from working. In this state, completions that require information from your remote host won't work and your history also won't work.MaxSessions
is either commented out or is at least 2
./etc/ssh/
typically requires sudo access. After any edits, you'd also need to restart the sshd
daemon.