]> Cypherpunks repositories - gostls13.git/commit
exp/ssh: improved client authentication support
authorDave Cheney <dave@cheney.net>
Mon, 7 Nov 2011 17:37:05 +0000 (12:37 -0500)
committerAdam Langley <agl@golang.org>
Mon, 7 Nov 2011 17:37:05 +0000 (12:37 -0500)
commit1170a6460f3917f0b060f6de654759edb98f3df5
treeb9138032e3bda03230e6f313307ecc6dfdf3db8f
parenta1c622dfea65416c024c570727e101ecc1479ea8
exp/ssh: improved client authentication support

This CL adds an API for handling the various SSH
authenticaton methods. None and password continue
to be the only supported methods.

R=bradfitz, agl, n13m3y3r, rsc, cw
CC=golang-dev
https://golang.org/cl/5328045
src/pkg/exp/ssh/Makefile
src/pkg/exp/ssh/client.go
src/pkg/exp/ssh/client_auth.go [new file with mode: 0644]
src/pkg/exp/ssh/doc.go