Shifting any number x to the left by y bits is the same as multiplying x by 2 to the power of y. What? How? Why?
How to generate an SSH key pair and add it to your DigitalOcean account
While you could login to your DigitalOcean servers with a password, it’s usually preferable to set up and use an SSH key pair.