So, I have my ssh(1) using id_rsa.pub to my home server from my laptop.
To connect to homeserver I open terminal and type
then I connect automatically.
How could I create small script on my desktop to connect to my homeserver.
This is probably easy for you but not for me.
Thanks
To connect to homeserver I open terminal and type
ssh username@myipaddress
then I connect automatically.
How could I create small script on my desktop to connect to my homeserver.
This is probably easy for you but not for me.
Thanks