Install openssh-server on Ubuntu

Install openssh Update first 1 sudo apt-get update -y Install openssh-server 1 sudo apt install openssh-server -y Usage Check IP by 1 ifconfig If you got this: Install ifconfig by 1 sudo apt install net-tools -y Or use the command to get your IP address ...

June 5, 2020 · 2 min · Byte4Cat