rsync uploads hang when Hetzner SSH prompts for password
What version of Codex is running?
0.55.0
What subscription do you have?
Pro
Which model were you using?
GPT-5 High
What platform is your computer?
Darwin 25.0.0 arm64 arm
What issue are you seeing?
Running rsync from Codex CLI to our Hetzner box hangs forever whenever the remote host falls back to password auth. The CLI never surfaces the root@78.47.165.136's password: prompt, so the transfer
just sits there until I abort it manually. Example command (PII redacted):
rsync -av --exclude node_modules --exclude dist infra/orchestrator/app/ root@78.47.165.136:/opt/kora-repo/infra/orchestrator/app/
There’s no stdout/stderr beyond the initial connection setup—just a stuck process because the password prompt isn’t shown.
What steps can reproduce the bug?
- Open a Codex CLI session (danger-full-access sandbox, zsh).
- Run the rsync command above to a host that requests a password even though a key path is passed.
- Observe that the session never moves forward; you have to CTRL-C to recover.
No session ID/token metrics surfaced; the command never finishes.
What is the expected behavior?
The CLI should either show the SSH password prompt so the user can respond or provide pw, or get to type pass in the cli-ui, or fail fast with an explicit error (“password prompt detected; interactive input not supported”) instead of hanging indefinitely.
Additional information
_No response_
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗