So I have set up ssh and everything is working fine, I only want to see what is possible. The set up that I have is one Ubuntu server and a few laptops and a desktop PC. On my server there are things installed like mail and web.
Lets say that I'm in my parents home and I want to ssh into my server than i just have to do ssh mydomain and I will get into my server. I'm looking for a possibility were I can login over the internet and access one of my local machines. So a command should look something like this:
ssh mydomain/local-ip-laptop1.
I did some tries but noting is working. Does somebody know of what I want is even possebol? And if it is possibly how does a command like that look like?