Install & Configure OpenSSH
As I’m setting up a Linux CENT OS for an experimental project, I need to install and setup OpenSSH server into the Linux box, for secure and encrypted remote access instead of telnet and ftp.
To run an OpenSSH server, you must first make sure that you have the proper RPM packages installed. The openssh-server package is required and depends on the openssh package.
Firstly, I used yum to get the latest openssh packages.
# yum install openssh-server
Popularity: 36% [?]



