about summary refs log tree commit diff
path: root/users/riking/dotfiles/fish/functions/prodaccess.fish
diff options
context:
space:
mode:
authorKane York <kanepyork@gmail.com>2020-09-03T21·20-0700
committerkanepyork <rikingcoding@gmail.com>2020-09-03T22·03+0000
commitdd94d3036a4d176efcd4c00bbd767d679e8bcebb (patch)
treeaa2ee661bfd201cba92bf31d51435392a37da55b /users/riking/dotfiles/fish/functions/prodaccess.fish
parent2f7b688389058b454ee12adc4b6b47740298f53b (diff)
feat(u/riking/dotfiles): convert bashrc functions to fish r/1760
Change-Id: I8a7d1806a8920d31c0b572a4259eef908339e449
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1927
Tested-by: BuildkiteCI
Reviewed-by: kanepyork <rikingcoding@gmail.com>
Diffstat (limited to 'users/riking/dotfiles/fish/functions/prodaccess.fish')
-rw-r--r--users/riking/dotfiles/fish/functions/prodaccess.fish6
1 files changed, 6 insertions, 0 deletions
diff --git a/users/riking/dotfiles/fish/functions/prodaccess.fish b/users/riking/dotfiles/fish/functions/prodaccess.fish
new file mode 100644
index 000000000000..876c14c5e31e
--- /dev/null
+++ b/users/riking/dotfiles/fish/functions/prodaccess.fish
@@ -0,0 +1,6 @@
+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