func golang.org/x/crypto/ssh.newSession

2 uses

	golang.org/x/crypto/ssh (current package)
		client.go#L134: 	return newSession(ch, in)
		session.go#L587: func newSession(ch Channel, reqs <-chan *Request) (*Session, error) {