• 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
Name
Last commit
Last update
..
Makefile Loading commit data...
channel.go Loading commit data...
client.go Loading commit data...
client_auth.go Loading commit data...
client_auth_test.go Loading commit data...
common.go Loading commit data...
doc.go Loading commit data...
messages.go Loading commit data...
messages_test.go Loading commit data...
server.go Loading commit data...
server_shell.go Loading commit data...
server_shell_test.go Loading commit data...
session.go Loading commit data...
transport.go Loading commit data...
transport_test.go Loading commit data...