Created
June 10, 2022 18:08
-
-
Save benmoss/7cfae6bb62e58c024072aa1df9dd54d0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
goroutine 43 [running]: | |
golang.org/x/crypto/ssh.parsePubKey({0xc000244680?, 0xc000573b89?, 0xc?}, {0xc0006beb10?, 0x1eea468?}) | |
/home/cesium/workspace/cli/vendor/golang.org/x/crypto/ssh/keys.go:65 +0x27 | |
golang.org/x/crypto/ssh.ParsePublicKey({0xc000573b85?, 0x7f96325b9b68?, 0xc000316900?}) | |
/home/cesium/workspace/cli/vendor/golang.org/x/crypto/ssh/keys.go:278 +0xdf | |
golang.org/x/crypto/ssh.(*handshakeTransport).client(0xc000142f20, {0x1ee79a0, 0xc00088a020}, 0x12?) | |
/home/cesium/workspace/cli/vendor/golang.org/x/crypto/ssh/handshake.go:689 +0xa5 | |
golang.org/x/crypto/ssh.(*handshakeTransport).enterKeyExchange(0xc000142f20, {0xc0009341e0, 0x1d1, 0x1d1}) | |
/home/cesium/workspace/cli/vendor/golang.org/x/crypto/ssh/handshake.go:611 +0x3f4 | |
golang.org/x/crypto/ssh.(*handshakeTransport).kexLoop(0xc000142f20) | |
/home/cesium/workspace/cli/vendor/golang.org/x/crypto/ssh/handshake.go:301 +0xa6 | |
created by golang.org/x/crypto/ssh.newClientTransport | |
/home/cesium/workspace/cli/vendor/golang.org/x/crypto/ssh/handshake.go:135 +0x236 | |
exit status 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment