- Notifications
You must be signed in to change notification settings - Fork928
Closed
Description
I just tried tossh
into my workspace, however, I was greeted by the following:
#ssh -X coder.wYour license expires in 25 days.Workspace was stopped, starting workspace to allow connecting to "w"...kex_exchange_identification: banner line contains invalid characters
So I ran withssh -vvv
:
Your license expires in 25 days.Workspace was stopped, starting workspace to allow connecting to "w"...debug1: kex_exchange_identification: banner line 0: You must authenticate with JFrog Artifactory (https://jfrt.cdr.dev) to create a workspace with this template. Visit:debug1: kex_exchange_identification: banner line 1: debug1: kex_exchange_identification: banner line 2: https://dev.coder.com/external-auth/jfrogdebug1: kex_exchange_identification: banner line 3: kex_exchange_identification: banner line contains invalid charactersbanner exchange: Connection to UNKNOWN port 65535: invalid format
We need to fix this and be more careful with how/when we output data when establishing SSH connections.