miquella / vaulted

Spawning and storage of secure environments
MIT License
254 stars 30 forks source link

Shells sometimes cause SSH hangs under high concurrency #161

Closed miquella closed 4 years ago

miquella commented 4 years ago

When attempting to concurrently connect to many SSH hosts, sometimes the proxy agent provided by Vaulted will hang. This only appears to happen when there are a large number of SSH connections being established concurrently.

This only happens with vaulted shell or vaulted exec, it doesn't happen under vaulted env.

miquella commented 4 years ago

As we're preparing to replace Vaulted's internal agent with ssh-proxy-agent, I've filed an issue in that project for this issue: miquella/ssh-proxy-agent#5.

ssh-proxy-agent will be integrated into Vaulted in #159.

miquella commented 4 years ago

Fixed in #164.