在 WSL2 中使用 Window OpenSSH 客户端统一 ssh-agent
1. 把 ssh.exe 链接到 ssh:
2. 重新启动 Bash:
via Fediverse@cxplay (author: @cxplay@sir.social)
1. 把 ssh.exe 链接到 ssh:
sudo ln -s "$(which ssh.exe)" /usr/local/bin/ssh
2. 重新启动 Bash:
exec bash
https://keeagent.readthedocs.io/en/latest/usage/tips-and-tricks.html#Windows #WSL #Linux
via Fediverse@cxplay (author: @cxplay@sir.social)