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

ssh config file parsed incorrectly with profiles #10012

Closed
peix187 opened this issue Oct 18, 2024 · 0 comments · Fixed by #10043
Closed

ssh config file parsed incorrectly with profiles #10012

peix187 opened this issue Oct 18, 2024 · 0 comments · Fixed by #10043
Labels

Comments

@peix187
Copy link

peix187 commented Oct 18, 2024

Hi,

I have a problem with the last build v1.0.215. The user set in the .ssh\config is not used.
I use the ssh config file C:\Users\xxx.ssh\config on Windows 11 23H2 22631.4137.

Host srv-a
    Hostname 172.22.0.1

Host srv-*
    User admin
    IdentitiesOnly yes
    IdentityFile ~/.ssh/mysshkey

When i select the profile srv-a imported from .ssh\config the user is not admin but root (i see this on the top of the screen [email protected]:22).
On a new terminal in Tabby, if i run ssh srv-a the user used is admin.
The problem seems to be located on the parsed elements because when i add User admin in the section of srv-a the user used is good.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant