วิธี set ให้ svn ใช้ password store gpg-agent

Post Reply
brid.surapol
Posts: 172
Joined: 11 Apr 2013, 11:43

วิธี set ให้ svn ใช้ password store gpg-agent

Post by brid.surapol »

Code: Select all

sudo apt-get update
sudo apt-get install pinentry-tty gnupg-agent
~/.gnupg/gpg-agent.conf

Code: Select all

pinentry-program /usr/bin/pinentry-tty
.bashrc หรือ .zshrc

Code: Select all

GPG_TTY=$(tty)
export GPG_TTY
~/.subversion/config

Code: Select all

password-stores = gpg-agent
store-passwords = yes
store-auth-creds = yes
~/.subversion/servers

Code: Select all

store-passwords = yes
store-auth-creds = yes
Post Reply

Return to “การใช้งาน Linux”