Skip to content
This repository has been archived by the owner on Sep 11, 2023. It is now read-only.

Commit

Permalink
fix(files): add all ssh files to agent
Browse files Browse the repository at this point in the history
  • Loading branch information
stebenz committed Mar 6, 2020
1 parent e661d9b commit 8755f70
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/initialize_gopass.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ mkdir -p $HOME/.ssh
cp $SSHFOLDER/* $HOME/.ssh
chmod 700 $HOME/.ssh
chmod 600 $HOME/.ssh/*
eval "$(ssh-agent -s)"
ssh-add -k $HOME/.ssh/*
}

function import_and_trust_gpg-key {
Expand Down

0 comments on commit 8755f70

Please sign in to comment.