https://bugzilla.mindrot.org/show_bug.cgi?id=2781

            Bug ID: 2781
           Summary: ssh tunnel doesn't close after logout
           Product: Portable OpenSSH
           Version: 7.2p2
          Hardware: Other
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: ssh
          Assignee: [email protected]
          Reporter: [email protected]

I noticed that an SSH tunnel won't close until I exit Chrome Browser
that was using the tunnel. Shouldn't ssh force close of the connection?


$ ssh -i "jonny3.pem" -C -D localhost:8080 ubuntu@mypc
Last login: Mon Sep 18 07:25:43 2017 from xx.xx.xx.xx
ubuntu@mypc:~$



>From my desktop:
$ /usr/bin/google-chrome --user-data-dir="$HOME/chrome-with-proxy"
--proxy-server="socks5://localhost:8080"


Try to terminate the ssh connection, and it won't

ubuntu@mypc:~$ logout

<wait 10 seconds>

<close Chrome>

Connection to x.x.x.x closed.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to