lubuntu 20 live ssh and root remote access
install sshd | |
---|---|
sudo apt update -y sudo apt install sshd -y | |
set password | |
passwd old password: just press ENTER enter the password: juniper123 | |
set root password | |
sudo passwd | |
listen port 22 | |
nmap lubuntu@lubuntu:~$ nmap localhost Starting Nmap 7.91 ( https://nmap.org ) at 2020-12-18 08:28 UTC Nmap scan report for localhost (127.0.0.1) Host is up (0.00013s latency). Not shown: 998 closed ports PORT STATE SERVICE 22/tcp open ssh 631/tcp open ipp Nmap done: 1 IP address (1 host up) scanned in 0.07 seconds lubuntu@lubuntu:~$ | |