Avoid the double ssh entry locally?
Hi,
When I run
coder config-ssh
it always adds two entries. Is there a way to avoid that?
Scott3 Replies
And also a way to change the name to avoid "coder"?
Or even better, add my own prefix?
If you click on the config button next to "SSH" you should be able to add "Host" to your configuration file to set a user-friendly / custom name.
https://code.visualstudio.com/blogs/2019/10/03/remote-ssh-tips-and-tricks
Visual Studio Code Remote SSH Tips and Tricks
Visual Studio Code Remote-SSH Tips and Tricks
@Tom Thomson - Yeah, that I knew. I meant if I just do
coder config-ssh
, I'd like the entries to be already formatted as I'd like them to be. Must be a way, because the coder CLI is logged into the server. Just need the right data to "flow". 🙂