dlcmh / lnl20190906

0 stars 0 forks source link

DigitalOcean Admin Panel; first-time SSH as root #1

Open dlcmh opened 5 years ago

dlcmh commented 5 years ago

https://cloud.digitalocean.com/

dlcmh commented 5 years ago

Create a new droplet

Click Create > Droplets

Screenshot 2019-09-05 at 2 45 26 PM

Choose the following:

Distributions: Ubuntu 18.04.3 (LTS) x64

Choose a plan:

You get:

Choose a datacenter region

Singapore 1 works well.

Authentication

Choose One-time password - we will disable password login later, and replace this with SSH-based login.

How many Droplets?

1

Choose a hostname

Enter a name that is convenient to ssh into from your Terminal, eg your main domain. For the demo, I chose lnl, which makes it easy to remember to type ssh lnl when I want to perform system administration tasks later.

Click Create Droplet

dlcmh commented 5 years ago

Initial login credentials will be emailed to you in 30 seconds or less

It only takes that long for DigitalOcean to spin up a Ubuntu server for you.

For the purposes of this LnL, the login process will be provided to you separately.

Screen capture shows successfully sshing into your new Droplet and changing the root password:

Screenshot 2019-09-05 at 3 05 37 PM