quicssh
quicssh copied to clipboard
SSH over QUIC
This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | alpine | final | minor...
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more. ## Open These updates have all been created already. Click a checkbox below to...
Bumps [github.com/urfave/cli/v2](https://github.com/urfave/cli) from 2.11.1 to 2.11.2. Release notes Sourced from github.com/urfave/cli/v2's releases. v2.11.2 What's Changed Fix HideHelp by @Dokiys in urfave/cli#1445 Fix After not run by @Dokiys in urfave/cli#1444 New...
On startup from quicssh, I get this message: ``` panic: qtls.ConnectionState not compatible with tls.ConnectionState goroutine 1 [running]: github.com/lucas-clemente/quic-go/internal/handshake.init.0() /root/go/pkg/mod/github.com/lucas-clemente/[email protected]/internal/handshake/unsafe.go:17 +0xc5 ``` I installed @ latest
Bumps alpine from 3.16.0 to 3.16.2. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps golang from 1.18.3-alpine to 1.19.0-alpine. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Bumps alpine from 3.16.0 to 3.16.1. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Is X forwarding possible with QUICSSH? If not, can it be? :)
I had set a very long timeout for ssh, but quicssh was timeout in a few minutes.
Is it quicssh essentially SSH-specific or it can handle any TCP connections? Where can I override destination port `22`?