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 [10/07/2021 14:19] – [Logs] cyrille | informatique:reseau:ssh [24/01/2025 10:51] (Version actuelle) – [Proxying] cyrille | ||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | ====== Secure SHell ====== | + | ====== Secure SHell (SSH) ====== |
===== Configuration ===== | ===== Configuration ===== | ||
Ligne 110: | Ligne 110: | ||
==== Blacklister les Ips indésirables ==== | ==== Blacklister les Ips indésirables ==== | ||
- | Avec le script ssh-blacklist, voir [[informatique/ | + | SSH scanning ssh-blacklist |
+ | |||
+ | Blacklister les Ips indésirables avec le script | ||
==== Chroot Jail ==== | ==== Chroot Jail ==== | ||
Ligne 121: | Ligne 123: | ||
RSSH: http:// | RSSH: http:// | ||
+ | |||
==== Tunnel ==== | ==== Tunnel ==== | ||
Ligne 139: | 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.1625919554.txt.gz · Dernière modification : 10/07/2021 14:19 de cyrille