This project is mirrored from https://github.com/smallstep/sshutil.
Pull mirroring updated .
- Nov 29, 2023
-
-
max furman authored
-
- Sep 11, 2023
-
-
Mariano Cano authored
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.13.0. - [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.13.0 ) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jul 21, 2023
-
-
Mariano Cano authored
build(deps): bump golang.org/x/crypto from 0.10.0 to 0.11.0
-
- Jul 17, 2023
-
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.10.0 to 0.11.0. - [Commits](https://github.com/golang/crypto/compare/v0.10.0...v0.11.0 ) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Jul 15, 2023
-
-
Mariano Cano authored
build(deps): bump golang.org/x/crypto from 0.7.0 to 0.10.0
-
- Jun 19, 2023
-
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.7.0 to 0.10.0. - [Commits](https://github.com/golang/crypto/compare/v0.7.0...v0.10.0 ) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Mar 15, 2023
-
-
Mariano Cano authored
build(deps): bump golang.org/x/crypto from 0.0.0-20210513164829-c07d793c2f9a to 0.7.0
-
- Mar 06, 2023
-
-
dependabot[bot] authored
Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.0.0-20210513164829-c07d793c2f9a to 0.7.0. - [Release notes](https://github.com/golang/crypto/releases) - [Commits](https://github.com/golang/crypto/commits/v0.7.0 ) --- updated-dependencies: - dependency-name: golang.org/x/crypto dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by:
dependabot[bot] <support@github.com>
-
- Sep 27, 2022
-
-
Max authored
-
- May 19, 2021
-
- Aug 28, 2020
-
-
David Cowden authored
Consumers can now have the convenience of loading an openssh style key and cert pair when the key is encrypted with a passphrase.
-
- Jul 24, 2020
-
-
David Cowden authored
Lowercase `server`.
-
- Jul 22, 2020
-
-
David Cowden authored
Cleanup the happy path log message.
-
- Jul 01, 2020
-
-
David Cowden authored
This flag moves the prefix from the beginning of the line to the beginning of the actual message, a much more sensible behavior.
-
- Jun 21, 2020
-
-
David Cowden authored
ssh.ParsePublicKey parses a certificate in ssh wire formate. The ssh.ParseAuthorizedKey method can parse the human-serialized version of an ssh certificate as is used when writing data to the filesystem.
-
David Cowden authored
* Add utility funcs to load ssh certs. * Rename key loading funcs to mirror the ssh package. * Replace the example server key with an unencrypted key.
-
- Jun 19, 2020
-
-
David Cowden authored
Add slightly more description.
-
- Jun 18, 2020
-
-
David Cowden authored
The example demonstrates a graceful shutdown and is more akin to what people should use in real applications.
-
David Cowden authored
Prevents a panic when a different goroutine untracks a listener or connection while the server is being shutdown/closed.
-
- Jun 17, 2020
-
-
David Cowden authored
Namely, clarify the different parts of the ssh protocol architecture and more specifically reference them in wording.
-
David Cowden authored
-
David Cowden authored
Rename GlobalRequest to Request since it's global nature is implicit by the fact that it is a method on Server, and explicit by the fact that it now receives a reference to the associated connection when it is called.
-
David Cowden authored
Group related concepts more closely. Add more color to the Server introduction.
-
David Cowden authored
Don't trigger initialization of the whole server when adding channel and request handlers. We only want to initialize the server right before it begins serving.
-
David Cowden authored
Convention is to use package name.
-
David Cowden authored
* Fix redundant log previx * Add more info to channel accept/reject logs
-
David Cowden authored
This provides a little extra info to clients.
-
David Cowden authored
ShutdownAndWait mirrors the net/http Shutdown API allowing the user to wait until the server is idle or until the provided context is canceled.
-
- Jun 16, 2020
-
-
David Cowden authored
-
David Cowden authored
And update README example to fall in line.
-
David Cowden authored
-
David Cowden authored
(1) change golang to Go (preferred brand name), (2) use module instead of library, and (3) style links.
-
David Cowden authored
Help the syntax highlighter out.
-
David Cowden authored
To keep ourselves honest (;
-
David Cowden authored
This may be the most complete initial commit in recent history. sshutil includes a README, a fully functional (to the channel/session boundary) server implementation, a few tests, and example programs.
-