quicssh icon indicating copy to clipboard operation
quicssh copied to clipboard

SSH over QUIC

Results 27 quicssh issues
Sort by recently updated
recently updated
newest added

This PR contains the following updates: | Package | Type | Update | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---|---|---| | alpine | final | minor...

🔍 Ready for Review
dependencies

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...

🔍 Ready for Review
dependencies
go

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. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.16.0&new-version=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...

🔍 Ready for Review
dependencies
docker

Bumps golang from 1.18.3-alpine to 1.19.0-alpine. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=golang&package-manager=docker&previous-version=1.18.3-alpine&new-version=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...

🔍 Ready for Review
dependencies
docker

Bumps alpine from 3.16.0 to 3.16.1. [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=alpine&package-manager=docker&previous-version=3.16.0&new-version=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...

🔍 Ready for Review
dependencies
docker

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`?