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

SSH connection not closed #468

Open
EugenMayer opened this issue Dec 4, 2021 · 0 comments
Open

SSH connection not closed #468

EugenMayer opened this issue Dec 4, 2021 · 0 comments

Comments

@EugenMayer
Copy link

After connecting to an SSH server and then disconnecting (exit) the connection is not closed (ps aux | grep ssh).
Also flushing with ass socket flush does not help.

My problem is that I used quiet some port forwarding and keeping those connections in the backup does block me from using the same port for a different connection

tried it with enabled or disable keepalive

  TCPKeepAlive: yes
  ServerAliveInterval: 15
  ServerAliveCountMax: 3

Is this related to

  ControlMaster: auto
  ControlPath: ~/.ssh/sockets/%h-%p-%r.sock
  ControlPersist: yes

I though the latter is rather for connection reused and should be closed when running ass socket flush

Latest stable arch / assh version v2.11.3 (281772c0)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant