https://github.com/moul/quicssh Skip to content Toggle navigation Sign up * Product + Actions Automate any workflow + Packages Host and manage packages + Security Find and fix vulnerabilities + Codespaces Instant dev environments + Copilot Write better code with AI + Code review Manage code changes + Issues Plan and track work + Discussions Collaborate outside of code Explore + All features + Documentation + GitHub Skills + Blog * Solutions For + Enterprise + Teams + Startups + Education By Solution + CI/CD & Automation + DevOps + DevSecOps Case Studies + Customer Stories + Resources * Open Source + GitHub Sponsors Fund open source developers + The ReadME Project GitHub community articles Repositories + Topics + Trending + Collections * Pricing [ ] * # In this repository All GitHub | Jump to | * No suggested jump to results * # In this repository All GitHub | Jump to | * # In this user All GitHub | Jump to | * # In this repository All GitHub | Jump to | Sign in Sign up {{ message }} moul / quicssh Public generated from moul/golang-repo-template * * Notifications * Fork 24 * Star 377 SSH over QUIC manfred.life/quicssh License Apache-2.0 license 377 stars 24 forks Star Notifications * Code * Issues 7 * Pull requests 5 * Actions * Projects 0 * Security * Insights More * Code * Issues * Pull requests * Actions * Projects * Security * Insights moul/quicssh This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository. master Switch branches/tags [ ] Branches Tags Could not load branches Nothing to show {{ refName }} default View all branches Could not load tags Nothing to show {{ refName }} default View all tags Name already in use A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch? Cancel Create 10 branches 1 tag Code * Local * Codespaces * Clone HTTPS GitHub CLI [https://github.com/m] Use Git or checkout with SVN using the web URL. [gh repo clone moul/q] Work fast with our official CLI. Learn more. * Open with GitHub Desktop * Download ZIP Sign In Required Please sign in to use Codespaces. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching GitHub Desktop If nothing happens, download GitHub Desktop and try again. Launching Xcode If nothing happens, download Xcode and try again. Launching Visual Studio Code Your codespace will open once ready. There was a problem preparing your codespace, please try again. Latest commit @moul moul Merge pull request #127 from moul/renovate/go-golang.org/x/ net-vulner... ... 5f5a17c Feb 18, 2023 Merge pull request #127 from moul/renovate/go-golang.org/x/ net-vulner... ...ability fix(deps): update module golang.org/x/net to v0.7.0 [security] 5f5a17c Git stats * 93 commits Files Permalink Failed to load latest commit information. Type Name Latest commit message Commit time .circleci chore(deps): update all docker tags March 2, 2021 14:22 .github chore: repo maintenance November 9, 2020 22:49 .dockerignore Initial commit July 13, 2019 22:11 .editorconfig Initial commit July 13, 2019 22:11 .gitattributes Initial commit July 13, 2019 22:11 .gitignore Initial commit July 13, 2019 22:11 .golangci.yml Initial commit July 13, 2019 22:11 .goreleaser.yml chore: prepare repo meta July 14, 2019 19:41 CODE_OF_CONDUCT.md Initial commit July 13, 2019 22:11 CONTRIBUTING.md Initial commit July 13, 2019 22:11 Dockerfile chore(deps): bump alpine from 3.16.0 to 3.17.2 February 14, 2023 04:57 LICENSE chore: repo maintenance February 1, 2021 18:25 Makefile Initial commit July 13, 2019 22:11 README.md chore: repo maintenance February 1, 2021 18:25 SECURITY.md Initial commit July 13, 2019 22:11 client.go move urfave/cli to new location & update QUIC sockets (#47) February 6, 2022 18:31 doc.go chore: repo maintenance February 1, 2021 18:25 go.mod fix(deps): update module golang.org/x/net to v0.7.0 [security] February 18, 2023 05:54 go.sum fix(deps): update module golang.org/x/net to v0.7.0 [security] February 18, 2023 05:54 main.go move urfave/cli to new location & update QUIC sockets (#47) February 6, 2022 18:31 server.go move urfave/cli to new location & update QUIC sockets (#47) February 6, 2022 18:31 test.crt feat: POC July 14, 2019 19:41 test.key feat: POC July 14, 2019 19:41 View code quicssh Architecture Usage Client Server Install License README.md quicssh quicssh is a QUIC proxy that allows to use QUIC to connect to an SSH server without needing to patch the client or the server. CircleCI GoDoc License GitHub release Go Report Card Docker Metrics Made by Manfred Touron Architecture Standard SSH connection +---------------------------------------+ +-----------------------+ | bob | | wopr | | +-----------------------------------+ | | +-------------------+ | | | ssh user@wopr |-+----tcp------+>| sshd | | | +-----------------------------------+ | | +-------------------+ | +---------------------------------------+ +-----------------------+ --------------------------------------------------------------------- SSH Connection proxified with QUIC +---------------------------------------+ +-----------------------+ | bob | | wopr | | +-----------------------------------+ | | +-------------------+ | | |ssh -o ProxyCommand "quicssh client| | | | sshd | | | | --addr %h:4545" user@wopr | | | +-------------------+ | | | | | | ^ | | +-----------------------------------+ | | | | | | | | | | | process | | tcp to localhost:22 | | | | | | | | V | | | | | +-----------------------------------+ | |+---------------------+| | | quicssh client --addr wopr:4545 |-+-quic (udp)-->| quicssh server || | +-----------------------------------+ | |+---------------------+| +---------------------------------------+ +-----------------------+ Usage $ quicssh -h NAME: quicssh - A new cli application USAGE: quicssh [global options] command [command options] [arguments...] VERSION: 0.0.0 COMMANDS: server client help, h Shows a list of commands or help for one command GLOBAL OPTIONS: --help, -h show help (default: false) --version, -v print the version (default: false) Client $ quicssh client -h NAME: quicssh client - USAGE: quicssh client [command options] [arguments...] OPTIONS: --addr value (default: "localhost:4242") --help, -h show help (default: false) Server $ quicssh server -h NAME: quicssh server - USAGE: quicssh server [command options] [arguments...] OPTIONS: --bind value (default: "localhost:4242") --help, -h show help (default: false) Install $ go get -u moul.io/quicssh License (c) 2019-2021 Manfred Touron - Apache-2.0 License About SSH over QUIC manfred.life/quicssh Topics cli ssh hack server daemon proxy quic Resources Readme License Apache-2.0 license Code of conduct Code of conduct Security policy Security policy Stars 377 stars Watchers 4 watching Forks 24 forks Report repository Releases 1 v1.0.0 Latest Jul 14, 2019 Sponsor this project * * patreon patreon.com/moul * open_collective opencollective.com/moul * https://manfred.life/donate Learn more about GitHub Sponsors Packages 0 No packages published Contributors 6 * @moul * @dependabot[bot] * @renovate-bot * @moul-bot * @ljakob * @renovate[bot] Languages * Go 87.5% * Dockerfile 7.2% * Makefile 5.3% Footer (c) 2023 GitHub, Inc. Footer navigation * Terms * Privacy * Security * Status * Docs * Contact GitHub * Pricing * API * Training * Blog * About You can't perform that action at this time. You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session.