Skip to content

Commit

Permalink
Add in helper function to SSH via my yubikey
Browse files Browse the repository at this point in the history
  • Loading branch information
jloh committed Feb 9, 2018
1 parent ff4f1ec commit 716df24
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pers/yubi-ssh.fish
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
function yubi-ssh
set -lx SSH_AUTH_SOCK $HOME/.gnupg/S.gpg-agent.ssh
ssh $argv
end

0 comments on commit 716df24

Please sign in to comment.