From 718dc045db397f44c42efad2f6788ba47e8b89dd Mon Sep 17 00:00:00 2001 From: Olivier DOSSMANN Date: Thu, 17 Oct 2024 11:45:50 +0200 Subject: [PATCH] Config. SSH: Ajout de plusieurs serveurs --- .ssh/config | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/.ssh/config b/.ssh/config index 4977baf..3713f5d 100644 --- a/.ssh/config +++ b/.ssh/config @@ -117,3 +117,48 @@ Host backup Hostname 37.187.17.29 User root Port 22 + +## Serveur salon (Beelink) +Host suc +Hostname 192.168.1.42 +User od +Port 22 + +## Labo K8s +Host deux +Hostname 192.168.1.102 +User od +Port 22 + +Host trois +Hostname 192.168.1.103 +User od +Port 22 + +Host quatre +Hostname 192.168.1.104 +User od +Port 22 + +## Labo K8S AMD64 +Host douze +Hostname 192.168.1.112 +User nous +Port 22 + +Host treize +Hostname 192.168.1.113 +User maison +Port 22 + +Host quatorze +Hostname 192.168.1.202 +User od +Port 22 + +## Formation DevOps - Datascientest +Host devu +Hostname 54.229.27.155 +User ubuntu +Port 22 +IdentityFile ~/.ssh/data_enginering_machine.pem