Timo Weingärtner
Timo Weingärtner
Hallo Mitchell Blank Jr, 12.03.21 08:00 Mitchell Blank Jr: > ## Prior Art > > * There is the `ssh-agent-filter` project from Timo Weingärtner ***@***.***) > which is available in...
The `ssh-agent` or `ssh-agent-filter` gets to sign the message specified in [RFC 4252 Section 7](https://tools.ietf.org/html/rfc4252#section-7). There is no usable information on the target host in there, it is already hashed...
Your approach sounds reasonable. I never did environment changes from a C(++) program, but I guess it should be done in the fork()ed child process just before the exec(). Please...
You can use a -confirmed option for the "allow once key" and just accept the first attempt or provide a script as $SSH_ASKPASS to handle it. You might even extend...
I like your idea. IMO the option should also (or instead) have --bind but not -a; the latter might be confusing with the other options. Your patch for the bash...
This only installs some of the files and doesn't respect the `DESTDIR` variable.
I commented on this already in the homebrew pull request. An `install` target would depend on `all` and install basically [anything the Debian package has](https://packages.debian.org/sid/amd64/ssh-agent-filter/filelist). @kouk's `install` target misses `afssh.1`,...
@MikeMcQuaid how are the paths you use for bash-completion files, READMEs and changelogs?
Unfortunately adding an `install: all` target makes the Debian package build it twice, the second time under fakeroot. I'll have to find a solution which makes the version.h target less...
I need a solution where: - `version.h` is regenerated when the checked-out version in git changes - `version.h` is not touched when the source is not in git (extracted from...