You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fail to connect via ssh from UI, with CLI using: ssh [workspace] and coder ssh [workspace]
Steps:
Start coder via: coder server --dev
Init templates: aws-linux and aws-windows
Create templates
Create a workspaces from these templates
Expected
Can connect via ssh in CLI and via Terminal on UI
Actual
Via ssh and coder ssh cannot connect - connection is hanging (coder config-ssh was executed)
On UI: resources status is Connecting
In log:
GET /api/v2/workspacebuilds/a79c62ca-7563-4bdd-ba2e-651774dde221/resources
response is:
[{"id":"8fdd8fd2-36e4-4b20-a6d1-a27c33cd6e93","created_at":"2022-06-09T14:01:04.6784212Z","job_id":"e7855f46-33b5-4bd3-9b73-77429366ffa9","workspace_transition":"start","type":"aws_instance","name":"dev","agents":[{"id":"1d1240a1-e0dd-4fd1-9656-5fced5b1ea13","created_at":"2022-06-09T14:01:04.6789359Z","updated_at":"2022-06-09T14:01:04.6789359Z","status":"connecting","name":"dev","resource_id":"8fdd8fd2-36e4-4b20-a6d1-a27c33cd6e93","architecture":"amd64","environment_variables":null,"operating_system":"linux","apps":[]}]}]
The text was updated successfully, but these errors were encountered:
Coder version:
Coder v0.0.0-devel+74fe38e
OS: windows
running in dev mode
Fail to connect via ssh from UI, with CLI using: ssh [workspace] and coder ssh [workspace]
Steps:
Expected
Can connect via ssh in CLI and via Terminal on UI
Actual
Via ssh and coder ssh cannot connect - connection is hanging (coder config-ssh was executed)
On UI: resources status is Connecting
In log:
GET /api/v2/workspacebuilds/a79c62ca-7563-4bdd-ba2e-651774dde221/resources
response is:
[{"id":"8fdd8fd2-36e4-4b20-a6d1-a27c33cd6e93","created_at":"2022-06-09T14:01:04.6784212Z","job_id":"e7855f46-33b5-4bd3-9b73-77429366ffa9","workspace_transition":"start","type":"aws_instance","name":"dev","agents":[{"id":"1d1240a1-e0dd-4fd1-9656-5fced5b1ea13","created_at":"2022-06-09T14:01:04.6789359Z","updated_at":"2022-06-09T14:01:04.6789359Z","status":"connecting","name":"dev","resource_id":"8fdd8fd2-36e4-4b20-a6d1-a27c33cd6e93","architecture":"amd64","environment_variables":null,"operating_system":"linux","apps":[]}]}]
The text was updated successfully, but these errors were encountered: