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 ]