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/
- Open the terminal application for Ubuntu desktop.
- For remote Ubuntu server you must use BMC or KVM or IPMI tool to get console access
- Type sudo apt-get install openssh-server
- Enable the ssh service by typing sudo systemctl enable ssh
- Start the ssh service by typing sudo systemctl start ssh
- Test it by login into the system using ssh user@server-name
Subscribe to:
Posts (Atom)