Posts about ssh
Alternately, see posts by year: 2025 2024 2023 2022 2021
- Setup SSH authentication to push to Github
5 min read
Setting up SSH keys and pushing to GitHub without needing to enter a username and password has always been a good practice, but now that GitHub is deprecating basic username and password authentication, it's past time to get this set up if you haven't already. It's pretty simple and only takes a few minutes, here's the quick and dirty instructions.
- Generating an SSH key pair
4 min read
Secure Shell is a protocol for securely connecting from one computer to another. As a web developer, you will probably end up using SSH a lot, and even if you don't it's a handy skill to have. Here's a quick guide on how to generate SSH keys and copy them to other machines.
- Copying SSH Keys between different hosts
1 min read
How to copy SSH keys between Linux hosts and from Windows to Linux.