1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
| OpenSSH_for_Windows_8.1p1, LibreSSL 3.0.2
debug1: Connecting to github.com [] port 22.
debug1: Connection established.
debug1: identity file C:\\Users\\zhaoyu/.ssh/id_rsa type 0
debug1: identity file C:\\Users\\zhaoyu/.ssh/id_rsa-cert type -1
debug1: identity file C:\\Users\\zhaoyu/.ssh/id_dsa type -1
debug1: identity file C:\\Users\\zhaoyu/.ssh/id_dsa-cert type -1
debug1: identity file C:\\Users\\zhaoyu/.ssh/id_ecdsa type -1
debug1: identity file C:\\Users\\zhaoyu/.ssh/id_ecdsa-cert type -1
debug1: identity file C:\\Users\\zhaoyu/.ssh/id_ed25519 type 3
debug1: identity file C:\\Users\\zhaoyu/.ssh/id_ed25519-cert type -1
debug1: identity file C:\\Users\\zhaoyu/.ssh/id_xmss type -1
debug1: identity file C:\\Users\\zhaoyu/.ssh/id_xmss-cert type -1
debug1: Local version string SSH-2.0-OpenSSH_for_Windows_8.1
...
debug1: Authentications that can continue: publickey
debug1: No more authentication methods to try.
git@github.com: Permission denied (publickey).
|