If you still can get access to server without password after logout it means you have SSH ControlMaster session on your ~/.ssh/cm_socket/
So:
ls -la ~/.ssh/cm_socket/ | grep 132.168.2.100
[email protected]:22
rm -rf ~/.ssh/cm_socket/[email protected]:22
Another way: ssh -O stop 132.168.2.100