-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
assh does not support non-default config from commandline #29
Comments
Try |
sure, that works, of course. but that's not really convenient to use for rsync and/or sftp. the whole point of assh is convenience in the first place :) i looked into the implementation but couldn't find a ready means of fixing this, short of using argparse in assh itself, which i'd consider a hack... |
i've debugged this a bit more and it seems the bug is bigger than initially expected... in fact the whole it seems that this is triggered by try renaming any |
My proposed solution works for rsync, because it allows setting a whole command for ssh. For things like scp you have to specify a script and can't use any options, so fixing the option somehow wouldn't work anyway. You can only get scp working by creating a script which uses |
when calling assh with -c to specify a non-default config file from the command line it seems to get passed through to ssh because the message reads:
The text was updated successfully, but these errors were encountered: