fish-ssh-agent
fish-ssh-agent copied to clipboard
I've noticed that when I restart my computer and have the terminal windows restored (I have multiple terminals in iTerm and some in VSCode), I start getting errors like: ```...
When in an SSH session, try to connect to a forwarded agent first. If that fails, only then check if an SSH agent is already running on the machine. This...
I could not find any licence information in the repository of this project. Under which licence is it distributed? I would like to create a package for the Linux distribution...
The installation script is inspired by the one of https://github.com/ivakyb/fish_ssh_agent. Signed-off-by: Benno Bielmeier
`SSH_AGENT_PID` is not set when I try to add an SSH key with `ssh-add ~/.ssh/id_rsa`. ``` $ ssh-add ~/.ssh/id_rsa Could not open a connection to your authentication agent. $ echo...
As @ElijahLynn suggested in https://github.com/danhper/fish-ssh-agent/issues/2#issuecomment-733987069 I open a corresponding PR.
This might be my fault, but my ssh-agent keys are only persisted per-shell (session) on my laptop. My desktop has the same config and the keys are persisted even between...