diff --git a/.ssh/config.d/20_dynamicyield b/.ssh/config.d/20_dynamicyield new file mode 100644 index 0000000000000000000000000000000000000000..49dcc8225358b9f0cbc1a23be773bc42fb8ded52 --- /dev/null +++ b/.ssh/config.d/20_dynamicyield @@ -0,0 +1,31 @@ +# Dynamic Yield + +Host github-dy +HostName github.com +User git +IdentityFile ~/.ssh/dynamicyield + +Host bitbucket.org +HostName bitbucket.org +User git +IdentityFile ~/.ssh/dynamicyield + +Host ipsec_server +HostName 52.71.79.2 +User centos +IdentityFile ~/.ssh/vpntest + +Host ipsec_client +HostName 52.49.108.77 +User centos +IdentityFile ~/.ssh/vpntest + +Host vpntest1 +HostName 54.194.246.76 +User centos +IdentityFile ~/.ssh/vpntest + +Host vpntest2 +HostName 52.91.55.228 +User centos +IdentityFile ~/.ssh/vpntest