francoismichel / ssh3

SSH3: faster and rich secure shell using HTTP/3, checkout our article here: https://arxiv.org/abs/2312.08396 and our Internet-Draft: https://datatracker.ietf.org/doc/draft-michel-ssh3/
https://arxiv.org/abs/2312.08396
Apache License 2.0
3.18k stars 81 forks source link

Debian packaging build failures #83

Closed jas4711 closed 6 months ago

jas4711 commented 6 months ago

Hi! I am preparing Debian packages of ssh3 but running in a build failure. Any ideas why this happens? I've tried 0.1.5-rc1 and 0.1.5-rc2.

https://salsa.debian.org/jas/ssh3/-/jobs/5091512

github.com/creack/pty
github.com/francoismichel/ssh3/util/linux_util
golang.org/x/crypto/ssh/agent
github.com/francoismichel/ssh3
# github.com/francoismichel/ssh3
src/github.com/francoismichel/ssh3/client.go:283:31: config.GetAll undefined (type *ssh_config.Config has no field or method GetAll)
html
internal/lazyregexp
internal/profile
jas4711 commented 6 months ago

Never mind -- this was caused by an outdated ssh_config dependency.