Skip to content
Home » ssh keys

ssh keys

Optimize SSH Config File

  • SSH
  • 3 min read

Before we dive into the specific options and wild cards that you can use, let’s first make sure you have an SSH config file set up. This file is located at ~/.ssh/config and is used to store all of your ssh connection settings. If you don’t have this file already,… Read More »Optimize SSH Config File

SSH Config for git

Are you tired of constantly entering your username and password when pushing to GitHub? Do you want to streamline your workflow and increase your productivity? Setting up SSH config for Git on GitHub is the solution you’ve been looking for. Setting Up SSH Config First, you’ll need to generate an… Read More »SSH Config for git