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
{{ message }}
This repository has been archived by the owner on Dec 21, 2022. It is now read-only.
You can see wrong local username in listing entries. It means that storm doesn't interpret asterisk in first Host entry as template for every other entries.
Can storm parse any config files and this is a bug, or can parse only config files managed by storm itself?
The text was updated successfully, but these errors were encountered:
* is there a user info for entry?
* if it doesn't exists, control general rules. if there is a user info there, take it.
don't get machine's username as default.
currenty, it gets the working user's name if no user is specified.
storm should parse every possible SSHConfig, this seems like a bug. thanks for the feedback. I will work on that.
Hi,
currently my
~/.ssh/config
file looks like this:I can simple put any host alias to ssh command without specifying ec2-user as username or any other options. Command
storm list
shows:You can see wrong local username in listing entries. It means that storm doesn't interpret asterisk in first Host entry as template for every other entries.
Can storm parse any config files and this is a bug, or can parse only config files managed by storm itself?
The text was updated successfully, but these errors were encountered: