Average Rating: 5.0/5.0Number of Ratings: 1Number of Reviews: 1
My Review of ssh-pageant |
||
You have not rated or reviewed this project.Click below to rate/review. | My Rating: | |
New Review |
I wish I had known about this project sooner.... this along with puttycyg are two tools that are literally saving my life. Thanks :)
Follow the instructions in INSTALL, then edit your startup file appropriately... this ought to be included in the docs or in an installer script.
Contents of my ~/.zshenv file are:
if [[ -z $SSH_PAGEANT_PID ]]; then
eval $(ssh-pageant)
fi
I wish I had known about this project sooner.... this along with puttycyg are two tools that are literally saving my life. Thanks :)
Follow the instructions in INSTALL, then edit your startup file appropriately... this ought to be included in the docs or in an installer script.
Contents of my ~/.zshenv file are:
if [[ -z $SSH_PAGEANT_PID ]]; then
eval $(ssh-pageant)
fi