SSH Tutorial (+ Deploy a REACT app on a server using NGINX)
SSH or Secure SHell is a protocol like HTTP or FTP that allows you to run commands on a server. In this video, I will talk about SSH, what it is, how it's working, how you can use SSH on Windows or Mac, and how to share files using ssh between servers and clients and I will show you how to generate ssh-keys with different types and use them to connect to a server and push a react project to GitHub, and at the end, we will deploy our react app with Nginx on a digital ocean droplet(VPS)