New to Linux OS and trying to setup a local server. At first, I didn't want to actually serve websites publicly, only locally for testing purposes. I am following this guide.
I started with local IP 127.0.0.1 and entered:
ssh root@127.0.0.1
It asked for a password. I entered my root password but it says "Permission denied". I also tried "password" and just hitting enter. None of this worked. In fact, just hitting "enter" gave me "Permission denied (publickey,password). I got the same results using my public IP.
I am tethering off a cell phone hotspot because the ISPs where I live, quite frankly, suck and limit bandwidth so this is my only option.
I want to keep my testing server private but if it's not possible, then public is ok.
I am running Ubuntu 16.04.1 and already have LAMP stack installed and it seems to run just fine, but I know I didn't do it right.
What am I doing wrong?
Help and guidance appreciated.
su
command? – Melebius Jan 04 '17 at 09:33