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

A flag to NOT use a wildcard in the ssh config#16990

octoxan started this conversation inFeature Requests
Discussion options

This update breaks our workflow:

#16096

Can we get a flag to not use a wildcard and to add an entry for every workspace? This is blocking me from doing any work currently.

There are a handful of automations we have built that parse the config. As well as not wanting to rely on the VS Code Coder extension for every fresh VS Code install, since I have to fresh install it frequently for something unrelated, and now can't use the built in SSH sidebar.

Perhaps something likecoder config-ssh --no-wildcard? Not sure if that would be wild.

You must be logged in to vote

Replies: 1 comment 5 replies

Comment options

Hi@octoxan I would like to understand your case and suggest a possible alternative. I wonder why you voted for parsing ssh config instead of using coder CLI and API to get a workspace list?

You must be logged in to vote
5 replies
@octoxan
Comment options

I already had some existing tools and automations written that used our manual ssh/config entries, so when we switched to Coder they all just worked seamlessly already.

By including them in the ssh config, any other tools that lists out your connections as options just work, and don't require an official Coder plugin built into everything.

@matifali
Comment options

I agree. Even with the wildcard entry in the config, most tools should be able to connect. So, the only issue I see here is getting a list of available workspaces, which you were parsing from the SSH config. Right?

@octoxan
Comment options

Yeah, it just helped list them out in a bunch of tools like Tinkerwell, Tabby, our own automations, some database tools, etc. I frequently change between a lot of workspaces and having every workspace already show up in every tool as an option to connect to was very convenient. Now there is a lot more set up to just get started on any project sadly.

What was nice about the old method is it provided universal compatibility with a lot of tools that just assume your frequent ssh connections have been added to your ssh/config.

@octoxan
Comment options

Seems like every since this was switched, our Windows users can't connect with Jetbrains Gateway.

On macOS I did finally get it to generate the# --- START CODER JETBRAINS section in the ~/.ssh/config, but on Windows we're getting "No such host is known" and that block never gets added on Windows for the ssh config.

@matifali
Comment options

On macOS I did finally get it to generate the # --- START CODER JETBRAINS section in the ~/.ssh/config, but on Windows we're getting "No such host is known" and that block never gets added on Windows for the ssh config.

Could you file a separate bug report for this? We will look into it.
Please also include the gateway version the Coder plugin version and make sure it's reproducible on the latest version of both.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Labels
cliArea: CLI
2 participants
@octoxan@matifali

[8]ページ先頭

©2009-2025 Movatter.jp