Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fish-function `fish_ssh_agent` to start `ssh-agent` and export its environment variables to all fish instances: currently running and newly created.

NotificationsYou must be signed in to change notification settings

ivakyb/fish_ssh_agent

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

GitLabGitHub

Usage

fish_ssh_agent

Installation

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

Autostart

Append next line to~/.config/fish/config.fish

fish_ssh_agent

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 callssh-add.

Mirrors

https://gitlab.com/kyb/fish_ssh_agent
https://github.com/ivakyb/fish_ssh_agent

About

Fish-function `fish_ssh_agent` to start `ssh-agent` and export its environment variables to all fish instances: currently running and newly created.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell100.0%

[8]ページ先頭

©2009-2025 Movatter.jp