Problems connecting to SSH session using Warp terminal for macOS

Overview

The Warp terminal is  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

Was this article helpful?
2 out of 3 found this helpful

Comments

0 comments

Article is closed for comments.