| Summary: | sshd client connections persist across IP change | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | openssh.mindrot.org |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED INVALID | ||
| Severity: | trivial | ||
| Priority: | P4 | ||
| Version: | 4.3p2 | ||
| Hardware: | ix86 | ||
| OS: | Linux | ||
|
Description
openssh.mindrot.org
2006-10-13 09:53:27 AEST
If you run "netstat -n" do you see the TCP connections with the old or new local IP address? I suspect that the IP address is still configured on eth0 and the kernel is still processing the connections (as long as the client routes the packets to the server) and that if you unconfigure the IP ("ifconfig eth0 inet 0.0.0.0") it will stop working.
Either way, having a TCP connection behave this way is a bug/feature of the OS...
Kernel IP routing behaviour is not an OpenSSH bug Close resolved bugs after release. |