Ubuntu Linux 16 Install SSH
Disini bisa paham cara install ssh pada Ubuntu.
The root Account in Ubuntu is disabled by default because his password is not set
ubuntu@dlp:~$ sudo -s
ubuntu@dlp:~$ sudo passwd root
How to enable ssh root access
First Login user account
Login as : your user account
ubuntu@dlp:~$ sudo nano /etc/ssh/sshd_config
change
PermitRootLogin prohibit-password
to
PermitRootLogin yes
Then save and restart ssh
ubuntu@dlp:~$ sudo service ssh restart
Login by PUTTY user root
ubuntu@dlp:~$ sudo -s
ubuntu@dlp:~$ sudo passwd root
and make your private password.
Finish yah mang...
You can watch this lesson on YouTube to understand better. Don't forget to help our channel to develope further so that, there is nothing that can't be done except https://disiniaja.id
Greetings of good health and success always.
What's Your Reaction?






