Merith

Results 167 comments of Merith

well thats just an annoying roundabout way of doing it when trying to test it, it means i would have to have multiple bindata, making the finnished executable the size...

Well it appears the issue is mainly coming from the `cgo` code, as it is simply loading a dll, but offers no method of specifying where they are, nor how...

and this happens on MULTIPLE OTHER things as well `github.com/smartystreets/assertions v0.0.0-20190528192650-f487f9de1cd3` `github.com/denisenkom/go-mssqldb v0.0.0-20190528192650-eb9f6a1743f3`

Still having this issue, cant even setup an admin user

docker compose config ```yml sshportal: container_name: sshportal #image: 'moul/sshportal:latest' build: ./sshportal/build #built from source as docker image is NOT multi-arch restart: unless-stopped user: "1001:1001" networks: - default ports: - 2222:2222...

I could get behind using FIDO2 as an "late stage" final security measure,

this is kinda a problem with code-server it prioritizes the most recently opened folder rather than the command line argument, which needs to be fixed. but they only fixed it...

THe only way i found was to go through the code-server data directory for sshcode, and edit it so the last dir open is the one you want, chown it...

can you elaborate on what you mean by a `step-up` server? do you mean a bastion server? as in ``` ClientSSH > User@Bastion > User@Server ``` where it acts as...