From 8dc097c27ef54b06d3c711c7067393fd0f73f6ac Mon Sep 17 00:00:00 2001 From: "Christian P. MOMON" Date: Tue, 24 Jan 2023 18:12:56 +0000 Subject: [PATCH] Update acces_machine_physique.md --- procédures/acces_machine_physique.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/procédures/acces_machine_physique.md b/procédures/acces_machine_physique.md index b3fd68b..2bd2edd 100644 --- a/procédures/acces_machine_physique.md +++ b/procédures/acces_machine_physique.md @@ -15,17 +15,17 @@ et `/home/admin666/.ssh/authorized_keys`. Éditer le fichier `~/.ssh/config` : ``` -host machine_physique.libre-en-communs.org - User cominfra - Port 222 - SendEnv GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL +host machine_physique.libre-en-communs.org + User cominfra + Port 222 + SendEnv GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL -host machine_physique666.libre-en-communs.org - User admin666 - Hostname machine_physique.libre-en-communs.org - Port 222 - ProxyCommand ssh -q -W %h:%p machine_physique.libre-en-communs.org - SendEnv GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL +host machine_physique666.libre-en-communs.org + User admin666 + Hostname machine_physique.libre-en-communs.org + Port 222 + ProxyCommand ssh -q -W %h:%p machine_physique.libre-en-communs.org + SendEnv GIT_AUTHOR_NAME GIT_AUTHOR_EMAIL ``` ### Procédure de connexion avec config dans ~/.ssh/config