I have a server at home and my only interface to it is through telnet.
I have learned that I can use
in a terminal window to access it. But to avoid having to open a terminal window and then write this to access it, I would like to have a shortcut for it in my favourites menu. Possible?
I have learned that I can use
Code:
ssh -l <username> <IP Address>
Comment