|
|
|
|
@ -36,6 +36,7 @@ gpg --keyserver hkp://pool.sks-keyservers.net --recv-key EE27143FD4C1C95A86B4D83
|
|
|
|
|
if (-not (Test-Path -Path "$env:userprofile\.ssh" -PathType Container)) { |
|
|
|
|
mkdir "$env:userprofile\.ssh" |
|
|
|
|
(curl -UseBasicParsing https://git.axel.tripier.fr/GoFish/boxstarter-win10/raw/branch/master/windows_to_go_ssh_pass_ed25519.asc).Content | gpg -d | ac "$env:userprofile\.ssh\windows_to_go_ssh_pass_ed25519" |
|
|
|
|
ssh-keygen -y -f "$env:userprofile\.ssh\windows_to_go_ssh_pass_ed25519" | ac "$env:userprofile\.ssh\windows_to_go_ssh_pass_ed25519.pub" |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
# Delete empty QtPass default password-store |
|
|
|
|
|