Skip to main content

Problems connecting to SSH session using Warp terminal for macOS

Overview

The Warp terminal uses an SSH wrapper to enable Warp Blocks and Input Editor. However, this is currently incompatible with CircleCI Re-run with SSH sessions, and will throw an error similar to the following:

> ssh -p 63535 54.236.40.67
Error: exec: "export": executable file not found in $PATH
Connection to 54.236.40.67 closed.

Workarounds

There are two ways to work around this issue:

  • Invoke SSH directly by using /usr/bin/ssh

    • /usr/bin/ssh -p 63535 54.236.40.67

  • Disable Warp's SSH wrapper

    • Warp Menu > Settings > Settings > Features > Warp SSH Wrapper

Additional Resources

Did this answer your question?