aboutsummaryrefslogtreecommitdiff
path: root/ssh-agent-filter.help2man
diff options
context:
space:
mode:
authorTimo Weingärtner <timo@tiwe.de>2016-08-27 21:44:17 +0200
committerTimo Weingärtner <timo@tiwe.de>2016-08-27 21:59:07 +0200
commitbfa8ac40e032d4d204ab6a9202531198cee9706e (patch)
tree42691a8d53741d66dcb42359d16f0e2326f1133a /ssh-agent-filter.help2man
parentdc582af6e7a1e645402f333e200b8ff718de1b48 (diff)
downloadssh-agent-filter-bfa8ac40e032d4d204ab6a9202531198cee9706e.tar.gz
exploit more help2man features
use an include file for explanatory text add environment, author and bug report information to the program's output
Diffstat (limited to 'ssh-agent-filter.help2man')
-rw-r--r--ssh-agent-filter.help2man12
1 files changed, 12 insertions, 0 deletions
diff --git a/ssh-agent-filter.help2man b/ssh-agent-filter.help2man
new file mode 100644
index 0000000..e546c9e
--- /dev/null
+++ b/ssh-agent-filter.help2man
@@ -0,0 +1,12 @@
+[NAME]
+ssh\-agent\-filter \- filtering proxy for ssh\-agent meant to be forwarded to untrusted servers
+[DESCRIPTION]
+ssh\-agent\-filter provides the unix domain socket interface of an ssh\-agent.
+By default it forks and outputs shell code setting SSH_AUTH_SOCK and SSH_AGENT_PID, just like ssh\-agent does.
+
+It filters each request according to its command line options.
+No crypto operations are done by ssh\-agent\-filter; they are delegated to the upstream ssh\-agent.
+
+ssh\-agent\-filter is not meant to be used directly, but through afssh.
+[SEE ALSO]
+afssh(1), ssh(1), ssh\-agent(1)