mirror of
https://github.com/Brandon-Rozek/website.git
synced 2025-10-10 06:51:13 +00:00
Medium syndication information
This commit is contained in:
parent
e5a96d735a
commit
c5ff5538a6
276 changed files with 371 additions and 80 deletions
|
@ -3,6 +3,7 @@ title: "SSH Config"
|
|||
date: 2019-09-27T22:46:39-04:00
|
||||
draft: false
|
||||
tags: [ "SSH" ]
|
||||
medium_enabled: true
|
||||
---
|
||||
|
||||
Have you ever gone through the hassle of having multiple public/private keys for accessing your remote servers? Before recently, I used to specify the identity file in all my transactions `ssh -I ~/.ssh/private_key user@host` but no longer! I discovered you can add the following to your `~/.ssh/config` to specify which key you want to use!
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue