.\" Automatically generated by Pandoc 3.1.3 .\" .\" Define V font for inline verbatim, using C font in formats .\" that render this, and otherwise B font. .ie "\f[CB]x\f[]"x" \{\ . ftr V B . ftr VI BI . ftr VB B . ftr VBI BI .\} .el \{\ . ftr V CR . ftr VI CI . ftr VB CB . ftr VBI CBI .\} .TH "AFSSH" "1" "2013-07-01" "" "" .hy .SH NAME .PP afssh - wrapper around ssh-agent-filter and ssh .SH SYNOPSIS .PP \f[I]afssh\f[R] [\f[I]ssh-agent-filter options\f[R]] \[en] [\f[I]ssh arguments\f[R]] .PP \f[I]afssh\f[R] \[en] [\f[I]ssh arguments\f[R]] .SH DESCRIPTION .PP afssh (agent filtered ssh) start ssh-agent-filter(1), passing it the arguments given to afssh before the separator \f[V]--\f[R]. If there are no arguments before \f[V]--\f[R], whiptail(1) or dialog(1) is used to ask the user which keys to forward. .PP After setting up the ssh-agent-filter(1) ssh(1) is started with \f[V]-A\f[R] and the rest of the arguments (after \f[V]--\f[R]). .PP When ssh(1) exits, the ssh-agent-filter(1) is killed to not leave tons of them idling. .SH OPTIONS .TP -h, --help prints a short usage description, then runs ssh-agent-filter(1) with \f[V]--help\f[R] and ssh(1) with \f[V]--help\f[R] .TP -- mandatory separator between the options passed to ssh-agent-filter(1) and those passed to ssh(1) .SH RETURN VALUES .PP Returns the return value of ssh(1) unless setting up the ssh-agent-filter failed, in which case the return value might be any non-zero value. .SH SEE ALSO .PP ssh-agent-filter(1), ssh(1), ssh-agent(1), ssh-add(1), whiptail(1), dialog(1) .SH AUTHORS Timo Weingärtner .