From 86b615f59b9920371acf6e51ed53701f24279f9f Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Wed, 3 Feb 2016 19:24:48 +0000 Subject: [PATCH] cleanup --- b9/containers/c9/files/ssh_config | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 b9/containers/c9/files/ssh_config diff --git a/b9/containers/c9/files/ssh_config b/b9/containers/c9/files/ssh_config deleted file mode 100644 index 209ddac5..00000000 --- a/b9/containers/c9/files/ssh_config +++ /dev/null @@ -1,14 +0,0 @@ -Host github.com - User git - Port 22 - Hostname github.com - IdentityFile /home/ubuntu/.ssh/id_rsa_deploy - TCPKeepAlive yes - IdentitiesOnly yes - StrictHostKeyChecking no - -Host static.c9.io - IdentityFile /home/ubuntu/.ssh/id_rsa_deploy - StrictHostKeyChecking no - TCPKeepAlive yes - IdentitiesOnly yes \ No newline at end of file