m4rch3n1ng / ssh-agent.fish

a properly working ssh-agent plugin for the fish shell

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ssh agent plugin for fish

a fish shell plugin for launching the ssh-agent and keeping it running

install

install using fisher

$ fisher install m4rch3n1ng/ssh-agent.fish

and add this line to the end of your config.fish

fish_ssh_agent

if you don't want to automatically start the ssh agent on shell startup but instead want to manually start the ssh-agent using $ ssh-add add --manual as an argument

fish_ssh_agent --manual

info

this is modeled after this stackoverflow answer, but converted to be used with fish.

About

a properly working ssh-agent plugin for the fish shell

License:GNU Affero General Public License v3.0


Languages

Language:Shell 100.0%