.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.16. .TH SSH\-AGENT\-FILTER "1" "December 2020" "ssh-agent-filter 0.5.2" "User Commands" .SH NAME ssh\-agent\-filter \- filtering proxy for ssh\-agent meant to be forwarded to untrusted servers .SH SYNOPSIS .B ssh-agent-filter [ \fI\,OPTIONS \/\fR] .SH 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. .SH OPTIONS .TP \fB\-A\fR [ \fB\-\-all\-confirmed\fR ] allow all other keys with confirmation .TP \fB\-c\fR [ \fB\-\-comment\fR ] arg key specified by comment .TP \fB\-C\fR [ \fB\-\-comment\-confirmed\fR ] arg key specified by comment, with confirmation .TP \fB\-d\fR [ \fB\-\-debug\fR ] show some debug info, don't fork .TP \fB\-f\fR [ \fB\-\-fingerprint\fR ] arg key specified by pubkey's hex\-encoded md5 fingerprint .TP \fB\-F\fR [ \fB\-\-fingerprint\-confirmed\fR ] arg key specified by pubkey's hex\-encoded md5 fingerprint, with confirmation .TP \fB\-h\fR [ \fB\-\-help\fR ] print this help message .TP \fB\-k\fR [ \fB\-\-key\fR ] arg key specified by base64\-encoded pubkey .TP \fB\-K\fR [ \fB\-\-key\-confirmed\fR ] arg key specified by base64\-encoded pubkey, with confirmation .TP \fB\-n\fR [ \fB\-\-name\fR ] arg name for this instance of ssh\-agent\-filter, for confirmation puposes .TP \fB\-V\fR [ \fB\-\-version\fR ] print version information .SH ENVIRONMENT .TP SSH_AUTH_SOCK socket of upstream ssh\-agent .TP SSH_ASKPASS command to run for confirmation questions .SH AUTHOR Written by Timo Weingärtner. .SH "REPORTING BUGS" Report bugs to the Debian BTS at https://bugs.debian.org/ or by mail to timo@tiwe.de. .SH "SEE ALSO" afssh(1), ssh(1), ssh\-agent(1)