Skip to content

Instantly share code, notes, and snippets.

@kuznero
Created July 5, 2015 18:24
Show Gist options
  • Save kuznero/9c6b0563aff298f5102c to your computer and use it in GitHub Desktop.
Save kuznero/9c6b0563aff298f5102c to your computer and use it in GitHub Desktop.
SSH key ring on KDE @ CentOS
[1.] Install ksshaskpass
$ sudo yum install ksshaskpass
[2.] Create auto starting [askpass.sh] script at [~/.kde/Autostart]
#!/bin/sh
export SSH_ASKPASS=/usr/bin/ksshaskpass
ssh-add < /dev/null
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment