README.md
· 224 B · Markdown
Неформатований
```
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/tkey-ssh-agent/sock"
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.
export SSH_AUTH_SOCK="$XDG_RUNTIME_DIR/tkey-ssh-agent/sock"
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.