chipsenkbeil / distant

🚧 (Alpha stage software) Library and tooling that supports remote filesystem and process operations. 🚧

Home Page:https://distant.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

distant incorrectly determines that backslash may not be used in hostnames

philippejohns opened this issue · comments

similarly to #197 I am receiving an error when trying to connect with a backslash in my username as follows

distant client launch ssh://orgname\\myname@servername

where my username is orgname\myname - the second backslash is an escape character

Hm, okay. I don't actually know what the allowed character range is for a username. I supposed I could take any character that is not @ or : and use that as the username.

Resolved by 9096a7d.

I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.