Howto Enable Ssh Key Forwarding in Ssh and Vscode via Zsh on Mac.md
So you can finally only use the key from your local laptop
Introduction I recently got a new Macbook Air M1 and at my new customer i wanted to git pull certain repo’s at a remote server. This didnt really work. So i figured it all out. Underneath you can find all settings for your ssh config, ssh-agent.
Add the correct parameter to your ssh config Edit your ssh config via vim ~/.ssh/config and add the following (change your remote server accordingly)
[Read More]