So I work on a server that is in a physical location different than I am. I maintain the server but I don't actually "own" the server per se. Their are 2 other administrators to the server other than me and they have more control about what happens than I do.
Often I connect via SSH from my Windows box here. I administer all of the Linux machines here are my local office and I generally login with root (I know, your not suppose to login with root.... but I do).
When I connect to this server up north I login with a different username and then su to root (or use my sudo powers). Often, I type in the incorrect user name.
Code:
# login as: someuser
someuser@xx.xx.xxx.xxx's password:
Access denied
someuser@xx.xx.xxx.xxx's password:
Access denied
And then I realize, I'm using the wrong user to login with. So I hit a ctrl-z, ctrl-x and ctrl-c. My putty window disappears.
My question is..... Does this leave a connection on the server? Will this make the other admins angry?