Simple Django Deployment (part 2) - Creating a SSH key

Опубликовано: 28 Апрель 2020
на канале: Matt Segal
2,674
26

Videos for the tutorial: https://mattsegal.dev/simple-django-d...

We'll be using an "SSH key" a way to authenticate ourselves when we log in to the server with ssh. We need this key for when we create our server, so we're doing this bit first. It's possible to just use a username / password when logging in via SSH, but creating a key is more convenient in the long run. In particular, using a key means you don't have to type in a password every time you want to access the server.