Différences
Ci-dessous, les différences entre deux révisions de la page.
c [2023/03/15 09:57] – créée francoisa | c [2023/03/15 09:58] (Version actuelle) – supprimée francoisa | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== Config ssh serveurs et services ====== | ||
- | |||
- | Pour atteindre les différents services et serveurs, rien de tel qu'on bon petit fichier '' | ||
- | |||
- | Histoire de s' | ||
- | |||
- | < | ||
- | ## PVE | ||
- | |||
- | Host courgette cg | ||
- | Hostname courgette.cemea.asso.fr | ||
- | User root | ||
- | Port 22 | ||
- | IdentityFile ~/ | ||
- | |||
- | Host potiron | ||
- | Hostname potiron.cemea.asso.fr | ||
- | User root | ||
- | Port 22 | ||
- | IdentityFile ~/ | ||
- | |||
- | Host manioc | ||
- | Hostname manioc.cemea.asso.fr | ||
- | User root | ||
- | Port 22 | ||
- | IdentityFile ~/ | ||
- | |||
- | Host poivron | ||
- | Hostname poivron.cemea.asso.fr | ||
- | User root | ||
- | Port 22 | ||
- | IdentityFile ~/ | ||
- | |||
- | ## Jump VM | ||
- | Host enceinte.courgette enceinte.cg | ||
- | Hostname courgette.cemea.asso.fr | ||
- | User francoisa | ||
- | Port 2022 | ||
- | IdentityFile ~/ | ||
- | Host enceinte.manioc enceinte.mn | ||
- | Hostname manioc.cemea.asso.fr | ||
- | User francoisa | ||
- | Port 2022 | ||
- | IdentityFile ~/ | ||
- | Host enceinte.potiron enceinte.pot | ||
- | Hostname potiron.cemea.asso.fr | ||
- | User francoisa | ||
- | Port 2022 | ||
- | IdentityFile ~/ | ||
- | |||
- | ## Jump derrière enceinte | ||
- | Host *.courgette *.cg !enceinte.courgette | ||
- | ProxyJump enceinte.courgette | ||
- | User root | ||
- | Port 22 | ||
- | Host *.manioc *.mn !enceinte.manioc | ||
- | ProxyJump enceinte.manioc | ||
- | User root | ||
- | Port 22 | ||
- | Host *.patate *.pat !enceinte.patate | ||
- | ProxyJump enceinte.patate | ||
- | User root | ||
- | Port 22 | ||
- | Host *.potiron *.pot !enceinte.potiron | ||
- | ProxyJump enceinte.potiron | ||
- | User root | ||
- | Port 22 | ||
- | |||
- | Host peche | ||
- | Hostname radios.cemea.org | ||
- | User root | ||
- | Port 22 | ||
- | IdentityFile ~/ | ||
- | |||
- | Host tomate | ||
- | Hostname ssh.cluster005.hosting.ovh.net | ||
- | User cemeafor-francoisa | ||
- | Port 22 | ||
- | IdentityFile ~/ | ||
- | |||
- | Host gitlab.cemea.org | ||
- | | ||
- | |||
- | Host code.cemea.org | ||
- | | ||
- | |||
- | # Bonus pour ucs | ||
- | |||
- | Host ucs | ||
- | Hostname 10.1.9.1 | ||
- | User administrator | ||
- | PubkeyAuthentication no | ||
- | |||
- | </ | ||