Bug Description:
When running the following command:
sshpass -p my_password ssh root@192.168.137.30 ls
the sshpass process hangs and does not complete. I have to press Ctrl+C to stop the process manually.
Environment:
- Operating System: Windows 11 Pro (Version 24H2, OS Build 26100.4946)
Steps to Reproduce:
- Install sshpass on Windows 11.
- Run the command above (replace credentials as needed).
- Observe that the process gets stuck and requires manual interruption.
Expected Behavior:
The SSH command should execute and return the output of ls, then exit cleanly.
Actual Behavior:
The process hangs indefinitely until Ctrl+C is pressed.
Additional Information:
- This issue was observed with the Windows build described in the attached screenshot.
- No specific error message is shown; the process just gets stuck.
Bug Description:
When running the following command:
the
sshpassprocess hangs and does not complete. I have to press Ctrl+C to stop the process manually.Environment:
Steps to Reproduce:
Expected Behavior:
The SSH command should execute and return the output of
ls, then exit cleanly.Actual Behavior:
The process hangs indefinitely until Ctrl+C is pressed.
Additional Information: