From 6c17ccf2a8f7123e54de5fcb2106d7e44305680e Mon Sep 17 00:00:00 2001 From: Alpha Chen Date: Mon, 25 Apr 2016 14:50:09 -0400 Subject: [PATCH] [ssh] Clean up .ssh/config --- .ssh/config | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/.ssh/config b/.ssh/config index f311948..f57982f 100644 --- a/.ssh/config +++ b/.ssh/config @@ -8,30 +8,12 @@ Host * UseRoaming no IdentityFile ~/.ssh/id_rsa -# For vagrant virtual machines -# Host 192.168.33.* -# ForwardAgent yes -# IdentityFile ~/.vagrant.d/insecure_private_key -# StrictHostKeyChecking no -# UserKnownHostsFile=/dev/null -# User root -# LogLevel ERROR - -Host *.prgmr.com - IdentityFile ~/.ssh/prgmr_rsa - Host kejadlen.net IdentityFile ~/.ssh/prgmr_rsa -Host home.kejadlen.net - # User alpha - -Host chime.prgmr.com +Host keajdlen.console.xen.prgmr.com + IdentityFile ~/.ssh/prgmr_rsa User kejadlen -Host ssh.arbitrarydefinitions.com - User ubuntu - IdentityFile ~/.ssh/aws.pem - Host 127.0.0.1 StrictHostKeyChecking no