Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Thecoder ssh --wait feature doesn't work with Coder VPN #17239

@mafredri

Description

@mafredri

When using Coder VPN, the--wait option is no-op (essentially always--wait=no), even if a workspace has been configured to run startup scripts before entering the workspace.

Fromcoder ssh --help.

      --wait yes|no|auto, $CODER_SSH_WAIT (default: auto)          Specifies whether or not to wait for the startup script to finish executing. Auto means that the agent startup script behavior configured in the          workspace template is used.

Previously, and when using regularcoder ssh or OpenSSH viacoder config-ssh, it has been possible to delay workspace access via the auto behavior or manually viaCODER_SSH_WAIT=no ssh coder.my-workspace.

Coder VPN bypasses the current wait implementation since OpenSSH can connect directly and does not require thecoder ssh proxy command.

A potential would be to move the logic into the agent SSH server (agentssh package). Both log streaming and changing the wait option could be implemented viaSendEnv variables. Log streaming could be handled in the same way that e.g.motd is.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions


      [8]ページ先頭

      ©2009-2025 Movatter.jp