]> Cypherpunks repositories - gostls13.git/commit
exp/ssh: add experimental ssh client
authorDave Cheney <dave@cheney.net>
Thu, 20 Oct 2011 19:44:45 +0000 (15:44 -0400)
committerAdam Langley <agl@golang.org>
Thu, 20 Oct 2011 19:44:45 +0000 (15:44 -0400)
commit792a55f5db30c7280b2910a9621ea78ec6bd2c1c
tree6c7e23e458ee590bec498a83cc0ad7357ed3e84d
parente8a426aebe4968d5a27068e5aed2970a4c38f686
exp/ssh: add experimental ssh client

Requires CL 5285044

client.go:
* add Dial, ClientConn, ClientChan, ClientConfig and Cmd.

doc.go:
* add Client documentation.

server.go:
* adjust for readVersion change.

transport.go:
* return an os.Error not a bool from readVersion.

R=rsc, agl, n13m3y3r
CC=golang-dev
https://golang.org/cl/5162047
src/pkg/exp/ssh/Makefile
src/pkg/exp/ssh/client.go [new file with mode: 0644]
src/pkg/exp/ssh/doc.go
src/pkg/exp/ssh/server.go
src/pkg/exp/ssh/transport.go
src/pkg/exp/ssh/transport_test.go