diff options
author | Vincent Batts <vbatts@batts.mine.nu> | 2010-05-11 20:01:46 +0200 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2010-05-11 20:01:46 +0200 |
commit | d14ff37486aa5ce36d0c22dd2a3064b54d2f3f9c (patch) | |
tree | 9bb164f9140013138b5f20e173444a768142ec0e /network/x11-ssh-askpass/README | |
parent | ca43bff4ec0b2f933ac58062447346adea901ca0 (diff) |
network/x11-ssh-askpass: Added to 12.0 repository
Diffstat (limited to 'network/x11-ssh-askpass/README')
-rw-r--r-- | network/x11-ssh-askpass/README | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/network/x11-ssh-askpass/README b/network/x11-ssh-askpass/README new file mode 100644 index 0000000000000..5e6fd817be60c --- /dev/null +++ b/network/x11-ssh-askpass/README @@ -0,0 +1,10 @@ +x11-ssh-askpass is an X11-based passphrase dialog for use with OpenSSH. + +To utilize this service, you will need a private SSH key in $HOME/.ssh/ +If you log on using kdm, then just create a $HOME/.xprofile with the +contents of /usr/doc/x11-ssh-askpass-1.2.4.1/xprofile.sample + +If you are launching X from console (with startx), then you can edit +your $HOME/.xinitrc to source the $HOME/.xprofile or just add the contents +of $HOME/.xprofile to $HOME/.xinitrc to it. Of course, there are other +acceptable ways to accomplish the same thing - gurus can roll their own. |