SSH connection drops before sending the command #10
Labels
bug
Something isn't working
good first issue
Good for newcomers
help wanted
Extra attention is needed
Describe the bug
It seems that it doesn't work through SSH.
To Reproduce
Steps to reproduce the behavior:
Additional context
Before each remote command, EOF is received and the response is consequently empty
Logs*
2024-10-15 17:00:36 - INFO - Starting resource allocation process...
2024-10-15 17:00:36 - DEBUG - Inside run_command: use_remote_proxmox = True
2024-10-15 17:00:36 - DEBUG - Executing command remotely.
2024-10-15 17:00:36 - DEBUG - Running remote command: pct list | awk 'NR>1 {print $1}'
2024-10-15 17:00:36 - DEBUG - Attempting to connect to Proxmox host via SSH...
[...]
2024-10-15 17:00:36 - INFO - Connected (version 2.0, client OpenSSH_9.2p1)
[...]
2024-10-15 17:00:37 - DEBUG - userauth is OK
2024-10-15 17:00:37 - INFO - Authentication (password) successful!
2024-10-15 17:00:37 - DEBUG - SSH connection established successfully.
[...]
2024-10-15 17:00:37 - DEBUG - [chan 0] EOF received (0)
2024-10-15 17:00:37 - DEBUG - Remote command 'pct list | awk 'NR>1 {print $1}'' executed successfully. Output:
2024-10-15 17:00:37 - DEBUG - [chan 0] EOF sent (0)
2024-10-15 17:00:37 - DEBUG - Dropping user packet because connection is dead.
2024-10-15 17:00:37 - DEBUG - Dropping user packet because connection is dead.
The text was updated successfully, but these errors were encountered: