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
It seems to be offering all 4 Host words as options, though incorrectly attributing the HostName from the tumtum to all 4 in the table view (but the preview is corect).
# AUTO-GENERATED BY ORBSTACK. DO NOT EDIT.# To make changes, add or override hosts at the top of ~/.ssh/configHostorbHostname127.0.0.1Port32222# SSH user syntax:# <container>@orb to connect to <container> as the default user (matching your macOS user)# <user>@<container>@orb to connect to <container> as <user># Examples:# ubuntu@orb: container "ubuntu", user matching your macOS user# root@fedora@orb: container "fedora", user "root"Userdefault# replace or symlink ~/.orbstack/ssh/id_ed25519 file to change the keyIdentityFile~/.orbstack/ssh/id_ed25519# only use this keyIdentitiesOnlyyesProxyCommand'/Applications/OrbStack.app/Contents/Frameworks/OrbStack Helper.app/Contents/MacOS/OrbStack Helper' ssh-proxy-fdpass 501ProxyUseFdpassyes
The text was updated successfully, but these errors were encountered:
If I put blank lines between the hostnames it has more success parsing them out, but the table mapping Host to HostName is still incorrect:
Note: I cannot put blank lines between these entries normally because this file is generated (by Home Manager / Nix) I found a workaround
bjeanes
changed the title
Only offering the last non-* Host directive as options
Unable to parse ssh_config without blank lines between Host directives
Dec 18, 2024
bjeanes
added a commit
to bjeanes/dotfiles
that referenced
this issue
Dec 18, 2024
Although, this isn't actually presenting options well as generated by
Home Manager, due to there not being an empty line between outputted
Host entries.
sunlei/zsh-ssh#34
bjeanes
added a commit
to bjeanes/dotfiles
that referenced
this issue
Dec 18, 2024
This appears to be derived from these directives towards the end of my
.ssh/config
(full file below):It seems to be offering all 4
Host
words as options, though incorrectly attributing theHostName
from thetumtum
to all 4 in the table view (but the preview is corect).My full
.ssh/config
:~/.ssh/config.d/
is empty on this machine~/.orbstack/ssh/config
is auto-generated:The text was updated successfully, but these errors were encountered: