Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/runZeroInc/sshamble
SSHamble: Unexpected Exposures in SSH
https://github.com/runZeroInc/sshamble
Last synced: 3 months ago
JSON representation
SSHamble: Unexpected Exposures in SSH
- Host: GitHub
- URL: https://github.com/runZeroInc/sshamble
- Owner: runZeroInc
- License: other
- Created: 2024-07-27T20:32:10.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-13T18:44:07.000Z (3 months ago)
- Last Synced: 2024-08-14T04:39:36.277Z (3 months ago)
- Language: Go
- Size: 1.73 MB
- Stars: 722
- Watchers: 15
- Forks: 58
- Open Issues: 0
-
Metadata Files:
- Readme: README.crypto.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# SSHamble Patches for x/crypto/ssh
This repository includes a fork of the Go x/crypto package.
To maintain this fork, first rediff against upstream:
$ ./crypto.rediff.sh
This creates a file named crypto.patch.
Now resync with upstream using:
$ ./crypto.resync.sh
This applies the patch on top of upstream.
Review the changes, fix conflicts, and commit the results in ./crypto