diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-08-26 02:36:35 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-08-26 02:36:35 +0200 |
commit | 2c7714e6a1ccc5fdcfc2e1833d6c54135cdffb07 (patch) | |
tree | 28c9f93ea62372c472e2eac0cf2e1898d1a871c4 /src/ksshaskpass.1 | |
download | tdesshaskpass-2c7714e6a1ccc5fdcfc2e1833d6c54135cdffb07.tar.gz tdesshaskpass-2c7714e6a1ccc5fdcfc2e1833d6c54135cdffb07.zip |
Initial import of ksshaskpass 0.4.1.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'src/ksshaskpass.1')
-rw-r--r-- | src/ksshaskpass.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/src/ksshaskpass.1 b/src/ksshaskpass.1 new file mode 100644 index 0000000..4eece41 --- /dev/null +++ b/src/ksshaskpass.1 @@ -0,0 +1,29 @@ +.TH KSSHASKPASS 1 +.SH NAME +ksshaskpass \- prompts a user for a passphrase using KDE +.SH SYNOPSIS +.B kdesshaskpass +.SH DESCRIPTION +.B kshaskpass +is a KDE-based passphrase dialog for use with OpenSSH. +It is intended to be called by the +.BR ssh\-add (1) +program and not invoked directly. +It allows +.BR ssh\-add (1) +to obtain a passphrase from a user, even if not connected to a terminal +(assuming that an X display is available). +This happens automatically in the case where +.B ssh\-add +is invoked from one's +.B ~/.xsession +or as one of the KDE startup programs, for example. +.PP +In order to be called automatically by +.BR ssh\-add , +.B ksshaskpass +should be installed as +.IR /usr/bin/ssh\-askpass . +.SH AUTHOR +This manual page was written by Armin Berres <trigger@space-based.de>. +It was based on that for gnome\-ssh\-askpass by Colin Watson <cjwatson@debian.org>. |