Linux – Kill established tcp connection on Linux

linuxtcp

How can you kill an established TCP connection on Linux?

Best Answer

There's a tool called tcpkill. You can usually get it by installing dsniff.

[root@fresh ~]# tcpkill -i eth0 tcp port 22
tcpkill: listening on eth0 [tcp port 22]
Related Question