diff options
Diffstat (limited to 'users/riking/dotfiles/fish/functions/prodaccess.fish')
-rw-r--r-- | users/riking/dotfiles/fish/functions/prodaccess.fish | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/users/riking/dotfiles/fish/functions/prodaccess.fish b/users/riking/dotfiles/fish/functions/prodaccess.fish deleted file mode 100644 index 876c14c5e31e..000000000000 --- a/users/riking/dotfiles/fish/functions/prodaccess.fish +++ /dev/null @@ -1,6 +0,0 @@ -function prodaccess - ssh-add "$HOME/.ssh/id_ecdsa_sk" - begin; ssh-add -L | grep -q 'ZgEu6S3SLatYN'; end || ssh-add "$HOME"/.ssh/id_ed25519 - begin; ssh-add -L | grep -q 'Gfh2S3kUwZ8A6'; end || ssh-add "$HOME"/.ssh/id_rsa.discourse - echo "signing test" | gpg --clearsign > /dev/null -end |