主题
SSH
ssh-keygen -t ed25519
cat ~\.ssh\id_ed25519.pub
Host github.com HostName ssh.github.com Port 443 User git
ssh -T git@github.com
ProxyCommand nc -X 5 -x 127.0.0.1:7890 %h %p