Home > Back-end >  Deploying my Node.js app to Digital ocean
Deploying my Node.js app to Digital ocean

Time:12-16

I'm trying to deploy my Node.js app to a Digital Ocean Droplet, and I've been following this guide to try and set it up https://medium.com/nerd-for-tech/deploy-your-nodejs-application-to-a-digital-ocean-droplet-step-by-step-guide-3f6f928f776.

However when I'm running the ssh root @ ipadress in my terminal I'm getting the following error: ssh: Could not resolve hostname root: nodename nor servname provided, or not known.

Does anyone know how to fix this or what the issue might be? I've tried looking for answers, but I haven't been able to find anything that fixes it.

Thanks in advance! :-)

Tried rooting @droplet ipadress

CodePudding user response:

you can use putty to connect ssh.

CodePudding user response:

As said before, there is PuTTY or a number of others like it: Solar-PuTTY. Bitvise SSH Client. KiTTY. SuperPuTTY. PuTTYTray. mRemoteNG. MobaXterm. Xshell. What you can install is the original does not fit. Then it's up to you to choose.

  • Related