3 sha256 "8d473f7214ba76b70ca30905e2ebd07d7c421f1cff320285bd8ec8d2a7a5b083"
5 url "https://github.com/sekey/sekey/releases/download/#{version}/SeKey-#{version}.pkg"
7 desc "Use Touch ID or Secure Enclave for SSH authentication"
8 homepage "https://github.com/sekey/sekey/"
10 pkg "SeKey-#{version}.pkg"
11 binary "/Applications/SeKey.app/Contents/MacOS/sekey"
13 uninstall launchctl: "com.ntrippar.sekey",
14 pkgutil: "com.ntrippar.sekey"
19 Append the following line to your ~/.bash_profile or ~/.zshrc:
21 export SSH_AUTH_SOCK=$HOME/.sekey/ssh-agent.ssh
23 then source the file to update your current session.