Tuesday, October 22, 2019

Install FTP Server on CentOS 7

https://phoenixnap.com/kb/how-to-setup-ftp-server-install-vsftpd-centos-7

Thursday, October 17, 2019

Setup OpenSSH Server on Ubuntu

https://www.cyberciti.biz/faq/ubuntu-linux-install-openssh-server/

  1. Open the terminal application for Ubuntu desktop.
  2. For remote Ubuntu server you must use BMC or KVM or IPMI tool to get console access
  3. Type sudo apt-get install openssh-server
  4. Enable the ssh service by typing sudo systemctl enable ssh
  5. Start the ssh service by typing sudo systemctl start ssh
  6. Test it by login into the system using ssh user@server-name