Last active 6 days ago

Revision 095dc995fcb5fed22395735c5cb7ba31e46e82a0

README.md Raw
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/tkey-ssh-agent/sock" # See config.fish for those using Fish
ssh-add -L
git commit -m "test"
git push

Your SSH key will change if you type in a different password for the TKey, make sure you use the same password.

config.fish Raw
1# tkey
2set --export SSH_AUTH_SOCK "$XDG_RUNTIME_DIR/tkey-ssh-agent/sock"
3# tkey end