From ff183441ab418103e7bdbcda9b3cefc4fdf6327d Mon Sep 17 00:00:00 2001 From: Maxim Likhachev Date: Wed, 30 Apr 2014 14:17:44 +0600 Subject: [PATCH] ssh: aws --- etc/net/ssh/config | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/etc/net/ssh/config b/etc/net/ssh/config index 2c6228a..ddfb808 100644 --- a/etc/net/ssh/config +++ b/etc/net/ssh/config @@ -20,10 +20,15 @@ Host tx-o #------ [ AWS ] -Host aws +Host aws-tx User ubuntu HostName 54.72.210.58 - IdentityFile ~/.ssh/aws.pem + IdentityFile ~/.ssh/aws-tx.pem + +Host aws-kb + User ubuntu + HostName 54.72.33.227 + IdentityFile ~/.ssh/aws-kb.pem #------ [ KB ]