PROJET AUTOBLOG


Links

source: Links

⇐ retour index

SSH agent restriction

lundi 10 janvier 2022 à 09:23
$ ssh-add -h "scylla.example.org" \
          -h "cetus.example.org" \
          -h "scylla.example.org>charybdis.example.org" \
          -h "cetus.example.org>charybdis.example.org" \
          -h "charybdis.example.org>hydra.example.org" \
          ~/.ssh/id_ed25519

Permalink