3646 links
2702 private links
  • Les liens de Fanch
  • Home
  • Login
  • RSS Feed
  • ATOM Feed
  • Tag cloud
  • Picture wall
  • Daily
  • ► Play Videos
Links per page: 20 50 100
2 results tagged rebond x
  • Note: Rebond SSH

    Accéder à un hôte en ssh/git grace à un autre hôte de rebond ssh (simple serveur ssh).
    Ici, nous permettons que vos clés locales soient aussi disponibles à distance.

    A placer dans votre fichier ~/.ssh/config
    Host ssh.securized.host.com
    ForwardAgent yes
    ProxyJump bouncer@bouncer.qth.fr:22

    Sat 10 Oct 2020 11:16:21 AM CEST * - permalink -
    QRCode
    - archive.org - /shaare/vqYzAA
    ssh rebond
  • Note: Bouncer ssh qth

    Pour utiliser un serveur ssh de rebond :

    Fichier ~/.ssh/config

    Host .vrack.qth.fr 10.9.100.
    ProxyCommand ssh placehereyourallowedlogin@bouncer.qth.fr nc %h %p
    ForwardAgent Yes

    Cette methode a encore un léger defaut, le processus nc n'est pas correctement killé à la fermeture.
    EDIT (2018) : Il semble que la ProxyCommand suivante n'a pas ce defaut, mais je ne connais pas ses limitation (redirection de port toujours possible ? forward X possible ?...)
    ProxyCommand ssh placehereyourallowedlogin@bouncer.qth.fr -W %h:%p

    EDIT2 (2020): Fonctionne mais ya mieux ! utilisez ProxyJump (option de config dispo sur les nouvelles version ssh stretch/buster/...). Voir https://links.qth.fr/?vqYzAA

    Sun 10 Jun 2018 12:00:13 PM CEST * - permalink -
    QRCode
    - archive.org - /shaare/A_b87g
    ssh bouncer rebond
Links per page: 20 50 100
Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation