Update Procédures/acces_vm.md, Procédures/acces_serveurs.md files
This commit is contained in:
parent
11f27ab908
commit
7ef98fa24b
|
@ -23,6 +23,10 @@ host admin666.libre-en-communs.org
|
|||
ProxyCommand ssh -q -W %h:%p mother.libre-en-communs.org
|
||||
```
|
||||
|
||||
### Procédure de connexion
|
||||
### Procédure de connexion avec config dans ~/.ssh/config
|
||||
|
||||
Le nouvel admin n'a plus qu'à utiliser `ssh admin666.mother.libre-en-communs.org` pour accéder au serveur
|
||||
|
||||
### Procédure de connexion sans config
|
||||
|
||||
Le nouvel admin peut utiliser `ssh -J cominfra@mother.libre-en-communs.org:222 admin666@m127.0.0.1:222`
|
||||
|
|
|
@ -20,8 +20,12 @@ host NOM_DE_VM.a-lec.org
|
|||
User admin666
|
||||
Hostname toot
|
||||
Port 22
|
||||
ProxyCommand ssh -q -W %h:%p mother.libre-en-communs.org
|
||||
ProxyJump mother.libre-en-communs.org
|
||||
```
|
||||
### Procédure de connexion
|
||||
### Procédure de connexion avec config dans ~/.ssh/config
|
||||
|
||||
Le nouvel admin n'a plus qu'à utiliser `ssh NOM_DE_VM.a-lec.org` pour accéder à la machine virtuelle
|
||||
|
||||
### Procédure de connexion sans config
|
||||
|
||||
Le nouvel admin peut utiliser `ssh -J cominfra@mother.libre-en-communs.org:222 admin666@NOM_DE_VM.a-lec.org:22`
|
||||
|
|
Loading…
Reference in New Issue