2019-02-19 08:18:43 +02:00
2018-08-03 08:25:45 +03:00
2018-08-06 22:55:10 +03:00
2019-02-19 08:18:43 +02:00

fish_ssh_agent

Utility functions to start your ssh agent when using fish shell. You will only need to run ssh-add and type your password once, after the running ssh_agent should do the work for you.

Usage

fish_ssh_agent

Installation

wget https://gitlab.com/kyb/fish_ssh_agent/raw/kyb/functions/fish_ssh_agent.fish -P ~/.config/fish/functions/

Useful note

Add this line to ~/.ssh/config

AddKeysToAgent yes

With option enabled keys used by ssh will be automatically added to ssh-agent. No need to call ssh-add.

Description
No description provided
Readme 93 KiB
Languages
Shell 100%