• Dave Cheney's avatar
    exp/ssh: add client side support for publickey auth · 3ee171d1
    Dave Cheney authored
    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
    
    R=rsc, agl, huin
    CC=cw, golang-dev, n13m3y3r
    https://golang.org/cl/5373055
    3ee171d1
client.go 12.6 KB