0

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 [email protected]

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.

1 Answers1

0

I did not have root access as suggested.

I figured it out by following this Q&A.