Skip to content

Instantly share code, notes, and snippets.

View lonmiller's full-sized avatar

Lon Miller lonmiller

View GitHub Profile
@lonmiller
lonmiller / config
Last active November 2, 2023 08:35 — forked from justinpawela/config
AWS CodeCommit Multiple Account Config
# This file is: ~/.ssh/config
# You may have other (non-CodeCommit) SSH credentials stored in this
# config file – in addition to the CodeCommit settings shown below.
# NOTE: Make sure to run [ chmod 600 ~/.ssh/config ] after creating this file!
# also, to force git to use this file for all git operations:
# git config --global core.sshCommand "ssh -F path-to-.ssh/config"