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
Click captures the -h in rambo ssh --command 'df -h' as an eager option on ssh, when the user's intention was to have df -h run in the guest.
Does this match the behavior of vagrant ssh -c or normal ssh -c? If not, do we want to change it? It is worth noting that rambo ssh --command "df -h" works. The difference is kind of normal bash behavior. I'm not sure we should change it.
Maybe add a note to the ssh help menu to guide someone in the direction of using double quotes?
The text was updated successfully, but these errors were encountered:
Click captures the
-h
inrambo ssh --command 'df -h'
as an eager option on ssh, when the user's intention was to havedf -h
run in the guest.Does this match the behavior of
vagrant ssh -c
or normalssh -c
? If not, do we want to change it? It is worth noting thatrambo ssh --command "df -h"
works. The difference is kind of normal bash behavior. I'm not sure we should change it.Maybe add a note to the ssh help menu to guide someone in the direction of using double quotes?
The text was updated successfully, but these errors were encountered: