Remote connection management for SSH #442
Replies: 79 comments 9 replies
-
Just interested in general, but what do you mean by this? Is there remote management in another terminal or app that I could look at to get an idea? |
Beta Was this translation helpful? Give feedback.
-
For my part, it would be nice if there was a way to configure connections to remote servers that you frequently access. Some means of prefilling the hostname and other connection details that would be part of the |
Beta Was this translation helpful? Give feedback.
-
From Shaqaruden via Discord: https://discord.com/channels/851854972600451112/852249738002956311/943265788779954217
|
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I've been really liking the work coming out of Charm: https://github.com/charmbracelet |
Beta Was this translation helpful? Give feedback.
-
Something nice would be similar to profiles in iTerm, which can be configured to SSH into a remote client. |
Beta Was this translation helpful? Give feedback.
-
+1 I would like for Warp to automatically add this alias on all remote hosts I connect to |
Beta Was this translation helpful? Give feedback.
-
I think being able to type from the terminal ssh it checks to see if a profile exists for that host and applies it. Much more simple then having to select from a list of saved profiles. |
Beta Was this translation helpful? Give feedback.
-
From @rana01645 Describe the solution you'd like?It would be great to use local aliases in server.
For instance I use these following aliases in my local for git usage
alias gst='git stash'
alias gsp='git stash pop'
alias gs='git status'
alias gp='git push'
Would be great if I can use this same commands when I ssh to server! Is your feature request related to a problem? Please describe.No response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
-
From @neongreen via #1078 Discord username (optional)No response Describe the solution you'd like?Currently if I'm in an SSH session and I close my laptop, after re-opening it I might get "broken pipe" or just a stuck session. I'd love if Warp's custom SSH support had auto-reconnect. I know that Mosh exists, but having this built-in without having to install Mosh on the server would be much nicer. Is your feature request related to a problem? Please describe.No response Additional contextNo response |
Beta Was this translation helpful? Give feedback.
-
I opened #1736 and wanted to drop this idea here as well. This is a request for considering implementing SSH multiplexing which makes working in different panes, tabs or windows on remote hosts easier. |
Beta Was this translation helpful? Give feedback.
-
From #1815 Discord username (optional)No response Describe the solution you'd like?
The first step of the workflow would be to create a SSH session and the second and third step would be executed in the SSH session. Unless I'm mistaken, as the first command is opening an interactive SSH session, the other two commands won't be executed until the first one returns/exits. Or even better, allow us to use workflows on a remote SSH environment ! Amazing tool by the way!
Additional contextNo response How important is this feature to you?4 Warp Internal (ignore) - linear-label:770f6576-d6c0-4e4f-a259-fc64b5156087No response |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
+1 |
Beta Was this translation helpful? Give feedback.
-
It’s been over three years since this feature request was opened, and it’s still not implemented. A simple SSH host list would be incredibly useful, even without authentication support (most users rely on key-based authentication anyway). This seems like a straightforward addition that could really improve the user experience. Can't we prioritize this?.. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
It is quite annoying that I now use 3 terminal tools, warp mainly because I like it let me mouse positioning anywhere in command input, Termius for ssh management and easy sftp, iTerm2 as I have many profiles set already and I still need them |
Beta Was this translation helpful? Give feedback.
-
Here's a bit of code for the mac I wrote using whiptail (which you will have to install on the mac) to help me out in the interim. Hack it to bits, bend it, break it into 4000 pieces or roll it into a tube. Totally up to you what you do with it. Just might be helpful to someone. I have a file in my user directory on the mac (where Warp drops to on my config). My file is called ss and I Just a thought! :)
|
Beta Was this translation helpful? Give feedback.
-
Option to manage remote connections.
Beta Was this translation helpful? Give feedback.
All reactions