Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
fusiondirectory
fusiondirectory-orchestrator
Wiki
Formation
vm test
vm test
· Changes
Page history
Create formation/vm test
authored
Oct 05, 2020
by
Jonathan Swaelens
Hide whitespace changes
Inline
Side-by-side
formation/vm-test.md
0 → 100644
View page @
5962e095
## Test des connexion SSH et ping des VMs
### Debian
```
bash
ping <IP de la VM>
```
```
bash
ssh
-l
etudiant <IP de la machine>
```
\ No newline at end of file