/tic-tac-toe

Primary LanguageJavaScript

Digital Ocean

  • Install PuTTY and PuTTYgen
  • PuTTYgen: ** Generate ** Key passphrase ** Save private key
  • Account/Security/Add SSH Key

To log in to your Droplet with SSH, you need three pieces of information: * The Droplet’s IP address * The default username on the server (root) * The default password for that username, if you aren’t using SSH keys()

PuTTY config: * Session - Host Name --> root * Connection/SSH/Auth --> browse private-key.ppk * Connection/Data - Auto-login username --> droplet IP address

Open a port on DO(by default only 22, 80 and 443 are open)

sudo ufw allow 5000/tcp