## SSH - Clés SSH publiques Disponibles sur Gitlab (ex. https://gitlab.com/Charlynux.keys) - ~/.ssh/config ``` Host * AddKeysToAgent yes UseKeychain yes IdentityFile ~/.ssh/id_ecdsa Host some-name HostName 111.111.111.111 User root Host another-name HostName 222.222.222.222 User ubuntu IdentityFile ~/.ssh/id_rsa ```