seknox / trasa

Zero Trust Service Access
https://www.trasa.io
Mozilla Public License 2.0
384 stars 68 forks source link

[BUG] Unable to enrroll linux workstation #296

Open Dragnell87 opened 3 years ago

Dragnell87 commented 3 years ago

Describe the bug:

Following the documentation i find stuck trying to enroll a ubuntu workstation. Expected behavior:

Firefox browser shoudl enroll as a workstation for ubuntu

A clear and concise description of what you expected to happen.

Log file / Code snippet / Screenshots:

time="2021-07-24T02:17:11-04:00" level=trace msg="kex request received" func=github.com/seknox/trasa/server/api/crypt.Kex file="crypt/hKex.go:28" time="2021-07-24T02:17:12-04:00" level=trace msg="RegisterUserDevice request received" func=github.com/seknox/trasa/server/api/auth.RegisterUserDevice file="auth/hDevice.go:51" time="2021-07-24T02:17:12-04:00" level=debug msg="IDD: e1508466-4fd9-4187-906f-4d7aa6dd093ce1508466-4fd9-4187-906f-4d7aa6dd093c" func=github.com/seknox/trasa/server/api/auth.RegisterUserDevice file="auth/hDevice.go:174" time="2021-07-24T02:17:12-04:00" level=trace msg="RegisterUserDevice- Sending Response" func=github.com/seknox/trasa/server/api/auth.RegisterUserDevice file="auth/hDevice.go:197" Scope of issue:

Versions:

flyinghermit commented 3 years ago

Hi, to enrol workstation, you will also need a workstation agent. For Linux(Debian only), only manual installation works for now and your will need to build it yourself - https://github.com/seknox/trasa/tree/master/workstation For windows, you can follow the docs here - https://www.trasa.io/docs/device-trust/install-trasa-device-agent

Dragnell87 commented 3 years ago

Hi, thank you very much for answer me, i have a few question, hopefully you can answer them. By Debian do you mean also Debian based distros ? I was able to build the binary without issues, but was unable to perform the task, the logs in the first post are on the server side, on the client side the binary and related files are in the required location as indicated in the documentation. Does the server requires any comunication with the trasa.io cloud services ? I noticed that i only can get to the trasa.io website using a vpn.

Dragnell87 commented 2 years ago

@bhrg3se Hi, any idea how could debug this any further the issue #297 is related.