Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[v16] Support double dash delimiter in tsh ssh #47493

Open
wants to merge 3 commits into
base: branch/v16
Choose a base branch
from

Commits on Sep 11, 2024

  1. Support double dash delimiter in tsh ssh

    This PR extends the tsh ssh command by adding support for the
    double dash (--) delimiter before remote commands (e.g.
    `tsh ssh -- echo test`), aligning its behavior with the standard
    ssh binary. This improves compatibility with tools that rely on the
    standard ssh binary behavior, such as sshuttle.
    
    Fixes #18453, #16589.
    
    Signed-off-by: Tim Ross <tim.ross@goteleport.com>
    ns-sjorgedeaguiar authored and github-actions committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    2ee8009 View commit details
    Browse the repository at this point in the history
  2. Support double dash delimiter in tsh ssh

    This PR extends the tsh ssh command by adding support for the
    double dash (--) delimiter before remote commands (e.g.
    `tsh ssh -- echo test`), aligning its behavior with the standard
    ssh binary. This improves compatibility with tools that rely on the
    standard ssh binary behavior, such as sshuttle.
    
    Fixes #18453, #16589.
    
    Signed-off-by: Tim Ross <tim.ross@goteleport.com>
    ns-sjorgedeaguiar authored and github-actions committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    dfef080 View commit details
    Browse the repository at this point in the history
  3. fix: update tests

    rosstimothy authored and github-actions committed Sep 11, 2024
    Configuration menu
    Copy the full SHA
    d283c92 View commit details
    Browse the repository at this point in the history