187 Telnet installation and remote access :: Ubuntu 16.10 amd64 desktop
#Install telnet server: sudo apt-get -y install telnetd #Restart init.d services: sudo /etc/init.d/openbsd-inetd restart #Test by connecting from remote machine: telnet (ip-address) You can now […]