my SSH connection disconnect each time someone else is accessing the server from remote with SSH. if I would like to connect again I'll need to the verify the SSH key all over again and the other remote connection will disconnect. any idea what causing this?
|
feedback
|
|
Have you checked the server logs? It should be logging something. You can increase the level of logging by using Check if the Are you starting the | |||||||
feedback
|
|
You haven't explained the network layout at all, eg if there is any NAT or the 2 remotes are from a routed segment but different hosts, etc. Have you tried logging into the server, then from the shell ssh to itself and see if your whole connection is disconnected. If it doesn't then it's nothing to do with the account or session itself but some sort of network issue. ie some simple mistake of 2 nics with the same subnet which is flicking between the 2 or 2 remote networks happen to be the same network and routed to this machine, you know, basic funkiness which we here have no info on from the original post. | |||
feedback
|