Descriptionexp/ssh: add client side support for publickey auth
client.go/client_auth.go:
* add support for publickey key auth using the interface
outlined by rsc in the previous auth CL
client_auth_test.go:
* password and publickey tests against server.go
common.go/server.go:
* move some helper methods from server.go into common.go
* generalise serializeRSASignature
Patch Set 1 #Patch Set 2 : diff -r 68d902758434 https://go.googlecode.com/hg/ #Patch Set 3 : diff -r 68d902758434 https://go.googlecode.com/hg/ #
Total comments: 14
Patch Set 4 : diff -r 7955d5c97b6a https://go.googlecode.com/hg/ #Patch Set 5 : diff -r 7955d5c97b6a https://go.googlecode.com/hg/ #
Total comments: 2
Patch Set 6 : diff -r 01baaa1a6b5a https://go.googlecode.com/hg/ #Patch Set 7 : diff -r 01baaa1a6b5a https://go.googlecode.com/hg/ #
MessagesTotal messages: 10
|