warpdotdev / warpdotdev/warp

SSH Wraper for sshpass

Open
#3,927 1 comment 5 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area:ssh enhancement triaged
Dominant language
Rust
Stars
65.1k
Forks
5.6k
PR merge metrics
PR metrics pending

Description

Discord username (optional)

No response

Describe the solution you'd like?
I would like to have the SSH bootstrap wrapper also work for sshpass. The company I work for uses sshpass to connect to our remote devices. We would like to have the wrapper that is used for SSH also function with the sshpass command. The devices both connect to a server on the same port to facilitate the remote connection.
Is your feature request related to a problem? Please describe.
No problem, but having access to the wrap AI and command completion also function when accessing our remote devices.
Additional context

The command structure of the command issued on the local device running Warp.
sshpass -p 'user_pass' ssh -L port:localhost:port server_IP -l user -t 'sshpass -f /path/to/config/file ssh -p port t1user@localhost'

How important is this feature to you?

3

Warp Internal (ignore) - linear-label:770f6576-d6c0-4e4f-a259-fc64b5156087

None

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source files or tests are identified. Start by reproducing the provided sshpass and ssh command structure, then locate the SSH bootstrap wrapper and its command-completion path. Done means the wrapper and Warp AI features work for the described sshpass connection flow.

Written by the indexing model from the issue text.

Assessment

Tech stack
shell
Domain
cli
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.