fix: let ssh config handle ForwardAgent and AddKeysToAgent instead of forcing specific sockets or paths!
This commit is contained in:
3
.bashrc
3
.bashrc
@@ -111,9 +111,6 @@ export NIXPKGS_ALLOW_UNFREE=1
|
|||||||
# Allow insecure nixpkgs
|
# Allow insecure nixpkgs
|
||||||
export NIXPKGS_ALLOW_INSECURE=1
|
export NIXPKGS_ALLOW_INSECURE=1
|
||||||
|
|
||||||
# 1Password SSH Agent
|
|
||||||
export SSH_AUTH_SOCK=$HOME/.1password/agent.sock
|
|
||||||
|
|
||||||
# Tradaware / DiscountOffice Configuration
|
# Tradaware / DiscountOffice Configuration
|
||||||
if [ -d "/home/menno/Projects/Work" ]; then
|
if [ -d "/home/menno/Projects/Work" ]; then
|
||||||
export TRADAWARE_DEVOPS=true
|
export TRADAWARE_DEVOPS=true
|
||||||
|
@@ -1,6 +1,4 @@
|
|||||||
Host *
|
Host *
|
||||||
IdentityFile ~/.ssh/mennos-2025.pem
|
|
||||||
IdentityAgent ~/.1password/agent.sock
|
|
||||||
AddKeysToAgent yes
|
AddKeysToAgent yes
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user