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
I just removed the absolute path resolving so it now works with
absolute paths
direct binary call with correct $PATH
We just need to take care of never call something like cd /some/where; ./assh build > ~/.ssh/config which will generate ProxyCommand ./assh proxy --port=%p %h which will only works if ssh is called always from the same directory
When writing the
~/.ssh/config
useargs[0]
(the actual name, the application was called with) for theProxyCommand
instead of the staticasshBinary
.The text was updated successfully, but these errors were encountered: