Right now I have a network server that I frequently have to SSH into. Instead of typing:
ssh fox@192.168.2.24
I want to be able to say:
ssh fox@srv
And that it would SSH into the server at 192.168.2.24.
Is this possible, and if yes, how do I do that?