Patrick Glandien

Results 8 comments of Patrick Glandien

Agreed, currently the way that identitites are selected is fuzzy and prone to error. I think ssh-ident should be split into seperate scripts: - `ssh-ident` which remains as a script...

I would also suggest a refactoring of the static methods residing in AgentManager. There are some functions which should be moved out of the class and some functions which should...

After some tweaking, everything should be working now and ssh-ident should automatically detect if `SSH_ASKPASS` used and use `ssh-agent` and `ssh-add` accordingly.

Hey Carlo, Sorry I just pushed a big rebase that fixes all of the issues mentioned by you. 1) It does not need to be run in foreground mode. It...

To clarify, currently the way that ssh-ident with the PR patches behaves is that if SSH_ASKPASS is set, it is used for all password entries and confirmations of the ssh-agent....

Confirmed that it is working with scripts and git. There's currently no option though to disable ssh-ident log output (if e.g. running in a script) apart from setting SSH_BATCH_MODE=1 or...

I ran into the same problem with `scp` just being symlinked, because `scp` takes _some_ of the same options that SSH takes, but not all of them. How I got...

Seems like the RenderCapture interface (at least with DVDPlayer on the linux builds for the mx2) is only returning a white screenshot in the getImage() buffer. Maybe AMLPlayer has the...