index
:
go-x-crypto
main
ssh-run-with-context
Fork of golang.org/x/crypto with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ssh
/
server.go
Age
Commit message (
Expand
)
Author
2024-12-11
ssh: make the public key cache a 1-entry FIFO cache
v0.31.0
Roland Shoemaker
2024-09-16
ssh: return ServerAuthError after too many auth failures
Nicola Murino
2024-05-22
ssh: allow server auth callbacks to send additional banners
Andrew Lytvynov
2024-04-04
ssh: respect MaxAuthTries also for "none" auth attempts
Nicola Murino
2024-04-03
ssh: add server side multi-step authentication
Nicola Murino
2023-12-14
ssh: close net.Conn on all NewServerConn errors
Edoardo Spadolini
2023-11-11
ssh: use the correct token from the client
Matt Dainty
2023-11-08
ssh: allow to configure public key auth algorithms on the server side
v0.15.0
Nicola Murino
2023-09-05
ssh: check the declared public key algo against decoded one
Nicola Murino
2023-07-10
ssh: fix RSA certificate and public key authentication with older clients
Nicola Murino
2022-11-12
ssh: support rsa-sha2-256/512 on the server side
Filippo Valsorda
2022-10-10
ssh: add ServerConfig.NoClientAuthCallback
Brad Fitzpatrick
2022-03-14
ssh: support rsa-sha2-256/512 for client authentication
Filippo Valsorda
2022-03-14
ssh: send (and rename) keyboard-interactive name field to the client
Filippo Valsorda
2022-03-14
ssh: don't advertise rsa-sha2 algorithms if we can't use them
Filippo Valsorda
2022-03-14
ssh: deprecate and replace SigAlgo constants
Filippo Valsorda
2022-03-07
ssh: fix typo
cuishuang
2022-02-13
crypto/ssh: don't send the last auth failure message if disconnecting
Roland Shoemaker
2021-11-15
ssh: support RSA SHA-2 (RFC8332) signatures
Hans Nielsen
2020-12-16
ssh: disallow gssapi-with-mic if GSSAPIWithMICConfig is not set
Roland Shoemaker
2019-12-02
ssh: add sk-ecdsa-sha2-nistp256 and sk-ed25519
Sebastian Kinne
2019-06-17
ssh: add diffie-hellman-group-exchange-sha256
Lucas Bremgartner
2019-05-10
ssh/gss: support kerberos authentication for ssh server and client
yanweizhi
2018-11-06
ssh: return specific error for invalid signature algorithm
Han-Wen Nienhuys
2018-10-12
ssh: fix typo in error message
mkishere
2018-02-26
ssh: fix error variable naming convention, add docs
Brad Fitzpatrick
2018-02-22
ssh: use a variable rather than type for NoAuthError
Han-Wen Nienhuys
2018-02-19
Adding a unique error when no authentication method has been passed in
Spencer Tung
2017-12-18
ssh: accept ed25519 certs
Peter Moody
2017-11-28
crypto/ssh: only show banner once
Sam Whited
2017-11-13
ssh: add support for banners
Tugdual Saunier
2017-10-23
Revert "ssh: add support for banners"
Han-Wen Nienhuys
2017-10-18
ssh: add support for banners
Tugdual Saunier
2017-08-07
ssh: fix documentation on ServerConfig.PublicKeyCallback
Artyom Pervukhin
2017-07-03
ssh: return authErr array if all authentication attempts fail
Spencer Tung
2017-06-19
ssh: clarify intended use of Permissions.
Han-Wen Nienhuys
2017-05-08
ssh: change the local copy of the ServerConfig passed to NewServerConn
Catalin Nicutar
2017-04-10
ssh: support MaxAuthTries on ServerConfig
James Myers
2017-02-02
ssh: Support multiple source-addresses, don't require IPv4 in tests.
Heschi Kreinick
2017-01-16
ssh: rewrite (re)keying logic.
Han-Wen Nienhuys
2016-12-15
crypto/ssh: use net.IP.Equal instead of bytes.Equal
Péter Szilágyi
2016-08-24
crypto/ssh: keep user in ConnMetadata if NoClientAuth is used
Sven Blumenstein
2016-05-12
x/crypto/ssh: add support for ed25519 keys
Martin Garton
2016-05-10
x/crypto/ssh: hide msgNewKeys in the transport layer.
Han-Wen Nienhuys
2016-04-12
x/crypto/ssh: make sure the initial key exchange happens once.
Han-Wen Nienhuys
2015-09-28
x/crypto/ssh: Add protocol version to ServerVersion
Lewin Bormann
2015-05-11
x/crypto/ssh: bail early if a server has no auth methods configured.
Han-Wen Nienhuys
2015-02-04
ssh: return session ID in ConnMeta.SessionID.
Han-Wen Nienhuys
2015-01-06
ssh: add ServerConfig.ServerVersion option
Kristopher Watts
2014-05-12
go.crypto/ssh: use permissions from public key cache when accepting a key.
Adam Langley
[next]