Skip to content

SSH Password Authentication Fails in Interactive Mode #8557

@tomasjanata

Description

@tomasjanata

Pre-submit Checks

Describe the bug

The interactive mode (mode: interact) consistently fails to correctly enter passwords for SSH authentication, resulting in "Permission denied" errors even when the correct password is provided.

To reproduce

  1. Use run_shell_command with mode: interact
  2. Attempt SSH connection with password authentication: ssh user@host
  3. Provide correct password in interact_task instructions
  4. Observe authentication failure after multiple attempts

Expected behavior

The interactive subagent should successfully enter the password when prompted by SSH, allowing successful authentication.

Actual Behavior:
• SSH prompts for password 2-3 times
• Each attempt results in "Permission denied"
• Connection fails with exit code 255
• Error message: "Permission denied (publickey,password)"

Screenshots, videos, and logs

franz@192.168.10.163's password:
Permission denied, please try again.
franz@192.168.10.163's password:
Permission denied, please try again.
franz@192.168.10.163's password:
franz@192.168.10.163: Permission denied (publickey,password).

Operating system (OS)

macOS

Operating system and version

26.2.0

Shell Version

zsh 5.9

Current Warp version

v0.2026.01.28.08.14.stable_04

Regression

No, this bug or issue has existed throughout my experience using Warp

Recent working Warp date

No response

Additional context

Environment:
• Warp version: Latest (tested on 2026-02-02)
• OS: macOS
• Shell: zsh 5.9
• SSH server: Debian (tested with server 192.168.10.163)

On older war it was working without any problem.

Does this block you from using Warp daily?

No

Is this an issue only in Warp?

Yes, I confirmed that this only happens in Warp, not other terminals.

Warp Internal (ignore): linear-label:b9d78064-c89e-4973-b153-5178a31ee54e

None

Metadata

Metadata

Assignees

No one assigned

    Labels

    BUGBugs, Hangs, Crash, and Freezes

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions