informatique:reseau:ssh
Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentesRévision précédenteProchaine révision | Révision précédente | ||
informatique:reseau:ssh [18/09/2021 08:26] – [Secure SHell] cyrille | informatique:reseau:ssh [24/01/2025 10:51] (Version actuelle) – [Proxying] cyrille | ||
---|---|---|---|
Ligne 123: | Ligne 123: | ||
RSSH: http:// | RSSH: http:// | ||
+ | |||
==== Tunnel ==== | ==== Tunnel ==== | ||
Ligne 141: | Ligne 142: | ||
Ne fonctionne pas toujours avec ' | Ne fonctionne pas toujours avec ' | ||
ssh -N -L 127.0.0.1: | ssh -N -L 127.0.0.1: | ||
+ | |||
+ | |||
+ | === Proxying === | ||
+ | |||
+ | <code bash> | ||
+ | scp -o ' | ||
+ | </ | ||
Se connecter à un serveur via un autre serveur (forwarding agent): | Se connecter à un serveur via un autre serveur (forwarding agent): | ||
ssh -p <public port> -t -A root@< | ssh -p <public port> -t -A root@< | ||
+ | |||
+ | proxying (JumpHost): | ||
+ | |||
+ | ssh -J jump-user@jump.net: | ||
Via la configuration du client SSH, ce qui du coup fonctionne avec SCP: | Via la configuration du client SSH, ce qui du coup fonctionne avec SCP: | ||
- | | + | < |
Host machineC | Host machineC | ||
ProxyCommand ssh -p XXX user@machineB nc %h %p | ProxyCommand ssh -p XXX user@machineB nc %h %p | ||
+ | </ | ||
+ | |||
+ | < | ||
+ | host un-nom-raccourci | ||
+ | Hostname destination.finale.net | ||
+ | ProxyCommand ssh -p 666 -W %h:22 user-passerelle@passerelle.ssh.net | ||
+ | User user-destination | ||
+ | IdentityFile $SSHKEY | ||
+ | </ | ||
Ouvrir une console via une autre machine: | Ouvrir une console via une autre machine: |
informatique/reseau/ssh.1631946360.txt.gz · Dernière modification : 18/09/2021 08:26 de cyrille