I'm a newbie to Unix. I'm at home over break and need to telnet to a server at work.
We have two big servers at work, and one is SSH. I can't connect to it at all if I'm outside of the network (i.e. at home) - be it ftp or telnet. A co-worker mentioned right before break that to get around this, he made a symbolic link from one server (the non-SSH one, which I CAN telnet / ftp to from home) to the other. Anyone know how to do this? Do I have to be at work to make the link? I know about "ln -s" for folders/files on the same server, but how can you do this across to another server on the network, let alone one that requires SSH?
We have two big servers at work, and one is SSH. I can't connect to it at all if I'm outside of the network (i.e. at home) - be it ftp or telnet. A co-worker mentioned right before break that to get around this, he made a symbolic link from one server (the non-SSH one, which I CAN telnet / ftp to from home) to the other. Anyone know how to do this? Do I have to be at work to make the link? I know about "ln -s" for folders/files on the same server, but how can you do this across to another server on the network, let alone one that requires SSH?