GithubHelp home page GithubHelp logo

Unable to install on Termux about ssh3 HOT 3 OPEN

CodeIter avatar CodeIter commented on July 30, 2024
Unable to install on Termux

from ssh3.

Comments (3)

francoismichel avatar francoismichel commented on July 30, 2024 1

Hi !

Thank for all the debug infos.

I see two errors there:

  1. There is no shadow passwords in Termux, it thus won't be able compile the server if built with password auth. Either you just need the client and it should therefore work with the following command: go install github.com/francoismichel/ssh3/cmd/ssh3@latest. If you need the server, you can compile it by setting the disable_password_auth build tag when building/installing (-tags disable_password_auth)

  2. On your second try, it shows the go version is 1.17. quic-go and therefore this project require go version 1.21 or newer for compiling.

Does it help ?

from ssh3.

CodeIter avatar CodeIter commented on July 30, 2024

I tried again with https://github.com/Questandachievement7Developer/UnifiedContainer , but it falls, this time at github.com/quic-go/quic-go mod with error package net/netip is not in GOROOT .

Script to Reproduce:

git clone --depth=1 https://github.com/Questandachievement7Developer/UnifiedContainer ~/UnifiedContainer.git
cd ~/UnifiedContainer.git/
bash build.sh
cd build/
./UnifiedContainer_*
./unifyServer add container1
./unifyServer launch container1
./unifyServer exec container1 'apk add go ; go install github.com/francoismichel/ssh3/cmd/...@latest || echo error $? ; go version ; uname -a '
complete output

(1/2) Installing binutils-gold (2.37-r3)
(2/2) Installing go (1.17.10-r0)
Executing busybox-1.34.1-r7.trigger
OK: 645 MiB in 69 packages
go: downloading github.com/francoismichel/ssh3 v0.1.6
go: downloading github.com/creack/pty v1.1.18
go: downloading github.com/caddyserver/certmagic v0.20.0
go: downloading github.com/quic-go/quic-go v0.40.1-0.20240102075208-1083d1fb8f98
go: downloading github.com/rs/zerolog v1.31.0
go: downloading go.uber.org/zap v1.24.0
go: downloading github.com/kevinburke/ssh_config v1.2.0
go: downloading golang.org/x/crypto v0.17.0
go: downloading github.com/golang-jwt/jwt/v5 v5.0.0
go: downloading golang.org/x/exp v0.0.0-20221205204356-47842c84f3db
go: downloading github.com/klauspost/cpuid/v2 v2.2.5
go: downloading github.com/libdns/libdns v0.2.1
go: downloading github.com/mholt/acmez v1.2.0
go: downloading github.com/miekg/dns v1.1.55
go: downloading github.com/zeebo/blake3 v0.2.3
go: downloading golang.org/x/net v0.17.0
go: downloading github.com/coreos/go-oidc/v3 v3.7.0
go: downloading golang.org/x/oauth2 v0.13.0
go: downloading golang.org/x/term v0.15.0
go: downloading github.com/mattn/go-colorable v0.1.13
go: downloading go.uber.org/atomic v1.11.0
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/quic-go/qpack v0.4.0
go: downloading golang.org/x/sys v0.15.0
go: downloading github.com/mattn/go-isatty v0.0.19
go: downloading github.com/go-jose/go-jose/v3 v3.0.1
go: downloading golang.org/x/text v0.14.0
go/pkg/mod/github.com/quic-go/[email protected]/sys_conn_helper_linu
x.go:8:2: package net/netip is not in GOROOT (/usr/lib/go/src/net/netip)
error 1
go version go1.17.10 linux/arm64
Linux localhost UnifiedContainer-IsolationKernelLauncher-rev30 #1 SMP PREEMPT Tue Sep 26 09:13:5
8 UTC 2023 aarch64 Linux

from ssh3.

CodeIter avatar CodeIter commented on July 30, 2024

Yes, thank you. I just need the client on Termux.

from ssh3.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.