windows fixes

This commit is contained in:
AJ ONeal
2020-06-30 21:03:49 +00:00
parent 17924e670f
commit 2640e73b0f
3 changed files with 13 additions and 50 deletions
+1 -1
View File
@@ -26,7 +26,7 @@ if (!(Test-Path -Path "$Env:USERPROFILE/.ssh/config"))
if (!(Test-Path -Path "$Env:USERPROFILE/.ssh/id_rsa"))
{
& ssh-keygen -b 2048 -t rsa -f "$Env:USERPROFILE/.ssh/id_rsa" -q -N ""
& ssh-keygen -b 2048 -t rsa -f "$Env:USERPROFILE/.ssh/id_rsa" -q -N """"
echo ""
}