ipwnponies / dotfiles

Settings and configuration for unix environment
1 stars 3 forks source link

[fish] Fix ssh-agent to work with ssh forwarding #9

Closed ipwnponies closed 7 years ago

ipwnponies commented 7 years ago

Fixes #8

The issue was a missing check to see if a key was already loaded. This was incorrectly recreating an local ssh-agent when ssh to a new box, instead of using the forwarded agent.