gpg-agent.conf: enable SSH support

This commit is contained in:
Mika Suomalainen 2013-01-17 15:07:21 +02:00
parent 8c91309cee
commit ab86080ddb
3 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,7 @@ cat .zsh_aliases.MKAYSIGREP > ~/.zsh_aliases
cat .gitconfig.MKAYSIGREP > ~/.gitconfig
mkdir -p ~/.gnupg
cat .gpg.conf.MKAYSIGREP > ~/.gnupg/gpg.conf
cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf
cat .pastebinit.xml.MKAYSIGREP > ~/.pastebinit.xml
cat .environment.MKAYSIGREP > ~/.environment
cat .gitconfig.MKAYSIGREP > ~/.gitconfig

1
gpg-agent.conf Normal file
View File

@ -0,0 +1 @@
enable-ssh-support

View File

@ -7,6 +7,7 @@ cat gitconfig > ~/.gitconfig
cat vimrc > ~/.vimrc
mkdir -p ~/.gnupg
cat gpg.conf > ~/.gnupg/gpg.conf
cat gpg-agent.conf > ~/.gnupg/gpg-agent.conf
cat xsessionrc > ~/.xsessionrc
cat pastebinit.xml > ~/.pastebinit.xml
gpg --quiet --import .keys/0x4DB53CFE82A46728.asc&