From 2303b04e7920078160b922b316ba73a8542cd994 Mon Sep 17 00:00:00 2001 From: steveokard Date: Tue, 8 Nov 2022 18:34:13 -0500 Subject: [PATCH] fixed formatting --- .gitignore | 1 + config/.ssh/config | 12 ++++++------ 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index b76e8cf..c06902b 100644 --- a/.gitignore +++ b/.gitignore @@ -4,3 +4,4 @@ log/ *.zwc.old prezto/ tmux/t-theme/ +.directory diff --git a/config/.ssh/config b/config/.ssh/config index 4f3198b..b5312e3 100644 --- a/config/.ssh/config +++ b/config/.ssh/config @@ -1,18 +1,18 @@ Host * - IdentitiesOnly=yes + IdentitiesOnly yes AddKeysToAgent yes Host pete HostName phoward.mooo.com User stev - IdentityFile ~/.ssh/pete_key + IdentityFile ~/.ssh/pete_key Host ymca HostName cymca.mooo.com User stev - IdentityFile ~/.ssh/ymca_key + IdentityFile ~/.ssh/ymca_key Host github.com - Hostname github.com - User git - IdentityFile ~/.ssh/github_rsa + Hostname github.com + User git + IdentityFile ~/.ssh/github_rsa Host router Hostname 192.168.1.1 User root