thepatrick / inventory

BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

SSH - Configure Secretive #5

Open thepatrick opened 2 years ago

thepatrick commented 2 years ago

Add to ~/.ssh/config:

Host *
    IdentityAgent /Users/USERNMAE/Library/Containers/com.maxgoedjen.Secretive.SecretAgent/Data/socket.ssh

Remove the bits from fish config.

thepatrick commented 2 years ago

Find where vscode settings.json is set, and remove:

    "terminal.integrated.env.osx": {
      "SSH_AUTH_SOCK": "/Users/patrick/.gnupg/S.gpg-agent.ssh"
    },