How can I remove the port that some application/process has used it but didn't close the port?
For example: when I run ssh on my ubuntu and tunnel the ssh connection on some port <PORT>
on my system if my network interrupts and disconnect the port is still open but the ssh connection is lost, How to close the <PORT>
?