yanweizhi
|
cbcb750295
ssh/gss: support kerberos authentication for ssh server and client
|
5 gadi atpakaļ |
Sami Pönkänen
|
9334d73e5f
ssh: fix support for partial success authentication responses in client
|
7 gadi atpakaļ |
Tugdual Saunier
|
9f005a07e0
ssh: add support for banners
|
7 gadi atpakaļ |
Han-Wen Nienhuys
|
2509b142fb
Revert "ssh: add support for banners"
|
7 gadi atpakaļ |
Tugdual Saunier
|
ed5229da99
ssh: add support for banners
|
7 gadi atpakaļ |
namusyaka
|
b0c9c05bfe
all: fix article typos
|
7 gadi atpakaļ |
James Myers
|
573951cbe8
ssh: improve client public key authentication
|
7 gadi atpakaļ |
Han-Wen Nienhuys
|
2e74c77368
ssh: rewrite (re)keying logic.
|
8 gadi atpakaļ |
Jamie Beverly
|
0c565bf132
x/crypto/ssh: Add support for retryable authentication
|
8 gadi atpakaļ |
Han-Wen Nienhuys
|
9e7f5dc375
x/crypto/ssh: interpret disconnect message as error in the transport layer.
|
8 gadi atpakaļ |
Adam Langley
|
c34e38ab9e
go.crypto/ssh: fix authentication after all public keys are rejected by a server.
|
10 gadi atpakaļ |
Han-Wen Nienhuys
|
6f0540ef5e
go.crypto/ssh: try authentication methods in ClientConfig order.
|
10 gadi atpakaļ |
Adam Langley
|
fa50e7408b
go.crypto/ssh: import gosshnew.
|
10 gadi atpakaļ |
Han-Wen Nienhuys
|
577ae2abf9
go.crypto/ssh: cosmetic: unnest signing code for public key auth.
|
11 gadi atpakaļ |
Han-Wen Nienhuys
|
34df1ce598
go.crypto/ssh: in {Server,Client}Conn, read session ID from
|
11 gadi atpakaļ |
Dave Cheney
|
c0d640c887
go.crypto/ssh: ensure {Server,Client}Conn do not expose io.ReadWriter
|
11 gadi atpakaļ |
Jonathan Pittman
|
44256fa2df
go.crypto/ssh: cosmetic only spelling fixes
|
11 gadi atpakaļ |
Han-Wen Nienhuys
|
73e99326fb
go.crypto/ssh: separate kex algorithms into kexAlgorithm class.
|
11 gadi atpakaļ |
Han-Wen Nienhuys
|
e62b2aead4
go.crypto/ssh: introduce PublicKey interface type.
|
11 gadi atpakaļ |
Jonathan Pittman
|
6a743c56c7
go.crypto/ssh: Begin adding server side support for more than RSA for client key auth
|
11 gadi atpakaļ |
Han-Wen Nienhuys
|
f17d130281
go.crypto/ssh: remove misleading marshalPrivRSA.
|
11 gadi atpakaļ |
JP Sugarbroad
|
504f1d5525
crypto/ssh: Handle msgUserAuthBanner during keyboard-interactive auth.
|
11 gadi atpakaļ |
Han-Wen Nienhuys
|
afdc305bc8
go.crypto/ssh: add hook for host key checking.
|
11 gadi atpakaļ |
Adam Langley
|
aa0f5b4081
go.crypto: revert 7f5a59ff6b43.
|
11 gadi atpakaļ |
Adam Langley
|
eca6c1626e
go.crypto: remove unreachable code.
|
11 gadi atpakaļ |
Han-Wen Nienhuys
|
c7df565dd4
go.crypto/ssh: implement keyboard-interactive auth (RFC 4256), both
|
11 gadi atpakaļ |
Han-Wen Nienhuys
|
36bf31eb71
go.crypto/ssh: add a error return to decode(), and avoid casting decode() output.
|
11 gadi atpakaļ |
Mikio Hara
|
eeef66c528
go.crypto: gofmt -w -s
|
12 gadi atpakaļ |
Adam Langley
|
4002be2701
go.crypto/ssh: run gofmt
|
12 gadi atpakaļ |
Gary Burd
|
f997e8a33c
go.crypto/ssh: add ClientAuthAgent
|
12 gadi atpakaļ |