-
Archives
-
Meta
Tag Archives: ssh
Setting up a SSH server on CentOS
SSH allows users to connect to a remote linux/unix operating system and work on it as if they were actually physically near it. 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. Setup By default, SSH is installed on your CentOS, but even if it is not for some reason you can install …