diff options
author | Timo Weingärtner <timo@tiwe.de> | 2013-10-26 02:41:32 +0200 |
---|---|---|
committer | Timo Weingärtner <timo@tiwe.de> | 2013-10-26 02:42:45 +0200 |
commit | 2510a23f484895dd567f2b35ad58eec4bf3fb670 (patch) | |
tree | e1fb1d76d922bd82939f365da5d1c091f4da532b /debian | |
parent | e1219b784f097f0fcdc7ad11318b8d57bf78e2db (diff) | |
download | ssh-agent-filter-2510a23f484895dd567f2b35ad58eec4bf3fb670.tar.gz |
add Recommends: ssh-askpass, zenity
Diffstat (limited to 'debian')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 61e366e..0e9ce43 100644 --- a/debian/control +++ b/debian/control @@ -12,7 +12,7 @@ Package: ssh-agent-filter Architecture: any Multi-Arch: foreign Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client -Recommends: whiptail | dialog +Recommends: whiptail | dialog, ssh-askpass, zenity Description: filtering proxy for ssh-agent This package solves the all-or-nothing problem regarding ssh-agent forwarding. It contains: |