prona-p4-learning-platform / learn-sdn-hub

12 stars 6 forks source link

SSH jumphost connections not closed correctly in proxmox provider #184

Closed srieger1 closed 2 months ago

srieger1 commented 3 months ago

SSH connections are not correctly closed on jumphost leading to an SSH conn leak. We encountered a similar issue several years ago when conns using ssh2 npm package were not handled correctly and we needed to make sure an explicit close was issued for each terminal and SCP/SFTP conn before the env is undeployed. Needs profiling and monitoring of leftover ssh conns.

srieger1 commented 2 months ago

fixed in #193