You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the problem:
When using an SSH configuration file, Tabby does not read the HostName directive if it is spelled as hostname (all lowercase) or Hostname (capital "H"). It seems that Tabby only recognizes HostName exactly with the capital "N" and ignores other variations.
To Reproduce:
Create or edit your ~/.ssh/config file.
Define a host with hostname or Hostname (different cases) instead of HostName.
Attempt to connect using Tabby.
Tabby does not show the host.
Expected behavior:
Tabby should recognize HostName in any case variation, especially since SSH itself accepts HostName in multiple letter cases.
The text was updated successfully, but these errors were encountered:
Describe the problem:
When using an SSH configuration file, Tabby does not read the HostName directive if it is spelled as hostname (all lowercase) or Hostname (capital "H"). It seems that Tabby only recognizes HostName exactly with the capital "N" and ignores other variations.
To Reproduce:
Expected behavior:
Tabby should recognize HostName in any case variation, especially since SSH itself accepts HostName in multiple letter cases.
The text was updated successfully, but these errors were encountered: