From 205c7ca42593c9119830f7d6c2700231bb366e9e Mon Sep 17 00:00:00 2001 From: Hactarus Date: Wed, 30 May 2018 11:18:57 +0000 Subject: [PATCH] new ssh config --- config/ssh/config | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/config/ssh/config b/config/ssh/config index ac97c9c..bbf27bb 100644 --- a/config/ssh/config +++ b/config/ssh/config @@ -2,7 +2,7 @@ Host davros User hactar Hostname davros.ovh Port 16843 - IdentityFile ~/.ssh/id_rsa + IdentityFile ~/.ssh/davros Host namek.fr User hactarus @@ -13,7 +13,7 @@ Host avimbo Hostname sshcloud.cluster024.hosting.ovh.net Port 41045 User avimboo - IdentityFile ~/.ssh/id_rsa + IdentityFile ~/.ssh/hosting Host ansible Hostname node87222.ood.ovh @@ -23,4 +23,5 @@ Host ansible Host node* User root Port 16843 - IdentityFile ~/.ssh/{{.Env}} + IdentityFile ~/.ssh/node +{{ .os.Hostname }} \ No newline at end of file