Created
February 13, 2017 08:49
-
-
Save holmeszyx/c09776b4ae3aff242e47dbaa8fd555cb to your computer and use it in GitHub Desktop.
auto import ssh keys. ignore request password every time.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# saveing file at ~/.config/autostart/, let's it startup on system logined. | |
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