.TH "AFSSH" "1" "2013\-07\-01" "" "" .SH NAME .PP afssh \- wrapper around ssh\-agent\-filter and ssh .SH SYNOPSIS .PP \f[I]afssh\f[] [\f[I]ssh\-agent\-filter options\f[]] \-\- [\f[I]ssh arguments\f[]] .PP \f[I]afssh\f[] \-\- [\f[I]ssh arguments\f[]] .SH DESCRIPTION .PP afssh (agent filtered ssh) start ssh\-agent\-filter(1), passing it the arguments given to afssh before the separator \f[C]\-\-\f[]. If there are no arguments before \f[C]\-\-\f[], 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[C]\-A\f[] and the rest of the arguments (after \f[C]\-\-\f[]). .PP When ssh(1) exits, the ssh\-agent\-filter(1) is killed to not leave tons of them idling. .SH OPTIONS .TP .B \-h, \-\-help prints a short usage description, then runs ssh\-agent\-filter(1) with \f[C]\-\-help\f[] and ssh(1) with \f[C]\-\-help\f[] .RS .RE .TP .B \-\- mandatory separator between the options passed to ssh\-agent\-filter(1) and those passed to ssh(1) .RS .RE .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 .