Tag Archives: ssh

Setting up a SSH server on CentOS

SSH allows users to connect to a remote linux/unix operating system and access it as if they were using it directly. This allows you to work on your code/project from a remote location and not to worry about coping and pasting the changes made somewhere to another. With X window forwarding enabled, you can even run remote applications on your local machine, even if the machine is a windows PC. …

Posted in Linux | Tagged , , | 1 Comment