#Launch Configuration SSH exec with warp SSH.

9 messages · Page 1 of 1 (latest)

tepid flame
#

I wanted to be able to ssh into a remote server using ssh -t HOST "[COMMANDS]; exec $SHELL -l" and eventually load a prompt that has Warp's own SSH wrapper take over. As is I am not sure how to do this, nor does Warp prompt me if it should take over the ssh session.

brisk cloak
#

I may be wrong but pretty sure Warp does that for you out of the box.

When you SSH into a remote box, you get all the features of Warp without any configuration on your part. The input editor, auto-completions, and history search work the same, regardless of machine.
https://docs.warp.dev/features/ssh

tepid flame
#

So the problem that I'm encountering specifically is I want to be able to ssh and immediately go into a directory to work

#

general consensus is the the ssh -t flag lets me execute some commands and then start the shell?

#

but when I do take this route, Warp doesn't attempt to warpify the shell

bold bone
#

I know Warp can warpify sun shells but have to check documentation if it can do that for remote shell/sessions 🤔

#

If I am reading it right .. warpifying ssh is supported

tepid flame
#

Oh wow ok I think I got it