Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUPPORT] - after connection is established nothing happens for 5 seconds #2372

Open
ASCine opened this issue Mar 18, 2024 · 0 comments
Open
Labels

Comments

@ASCine
Copy link

ASCine commented Mar 18, 2024

Are you using paramiko as a client or server?

Client

What feature(s) aren't working right?

SSH, Something else

What version(s) of paramiko are you using?

3.4.0

What version(s) of Python are you using?

3.9.6

What operating system and version are you using?

current macOS

If you're connecting as a client, which SSH server are you connecting to?

openSSH, I think

If you're using paramiko as part of another tool, which tool/version?

No response

What are you trying to do with paramiko?

I am pretty new to python and I wonder:

I use a pretty easy ssh.connect(ssh_host, username=ssh_username, pkey=private_key, allow_agent=False, look_for_keys=False) command and don't get this:

DEB [20240318-00:47:23.380] thr=1 paramiko.transport: starting thread (client mode): 0x140d100
...
DEB [20240318-00:47:23.596] thr=1 paramiko.transport: [chan 0] EOF received (0)

why doesn't my python proceed for approx 5 secs after the EOF was received?

How are you trying to do it, and what's happening instead?

I stripped my script down and pretty much directly after the successful connection the script stops.
The logging of the server is almost the same, btw... nothing happens for 5 secs.

Anything else?

No response

@ASCine ASCine added the Support label Mar 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant