SSH Keys auf Mac
Meine Settings: Im Projekt-DIR: z. B. /plugins/ git clone git@cloudmeister.chgitlab.com:{GitLab-Account}/plugins/{Projekt}.git /Users/reinhardjung/Library/Mobile\ Documents/com~apple~CloudDocs/WordPress/app/public/wp-content/plugins ssh -v git@cloudmeister.chgitlab.com ssh -T git@cloudmeister.chgitlab.com ssh -Tv git@cloudmeister.chgitlab.com touch ~/.ssh/authorized_keys aus dem .SSH Dir heraus: cat id_rsa.pub >> ~/.ssh/authorized_keys more ~/.ssh/authorized_keys .ssh/config Host * AddKeysToAgent yes UseKeychain yes IdentityFile ~/.ssh/id_rsa ssh-add -K ~/.ssh/id_rsa Ein paar Links dazu: https://cloudmeister.chwww.os-privacy.de/macos-keychain-ssh-passphrase-6388/ https://cloudmeister.chwww.cyon.ch/support/a/ssh-key-erstellen