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
Inspect parent process to determine log level (if you use ssh -vv, assh will automatically run in debug mode)
This is a nice feature but it doesn't work as expected when passing -E <logfile> option to ssh - all debug messages by ssh are redirected to but assh debug logs are still go to stderr.
I prefer assh logs go to specified logfile as well or not be printed at all. Is it possible to config? If not, where is the place in code where ssh command flags are observed and verbosity flag is extracted?
The text was updated successfully, but these errors were encountered:
According to documentation and my observations:
This is a nice feature but it doesn't work as expected when passing
-E <logfile>
option tossh
- all debug messages byssh
are redirected to butassh
debug logs are still go to stderr.I prefer
assh
logs go to specified logfile as well or not be printed at all. Is it possible to config? If not, where is the place in code wheressh
command flags are observed and verbosity flag is extracted?The text was updated successfully, but these errors were encountered: