X-Git-Url: https://git.josue.xyz/?a=blobdiff_plain;f=ssh-utils%2Fssh-pubkey.ps1;h=e86a858f07a6e5fdc446465bcf9062f4e0866da0;hb=3f64f8b9c513da3aa4d10e3344426dbb3f817d5e;hp=e323496072163c09f2d9f547867fb3c638048fb6;hpb=2073a1eeebdcd30ffaddaf40e7c4940361bd5a08;p=webi-installers%2F.git diff --git a/ssh-utils/ssh-pubkey.ps1 b/ssh-utils/ssh-pubkey.ps1 index e323496..e86a858 100644 --- a/ssh-utils/ssh-pubkey.ps1 +++ b/ssh-utils/ssh-pubkey.ps1 @@ -5,7 +5,7 @@ if (!(Test-Path -Path "$Env:USERPROFILE/.ssh")) { - New-Item -Path "$Env:USERPROFILE/.ssh" -ItemType Directory -Force + New-Item -Path "$Env:USERPROFILE/.ssh" -ItemType Directory -Force | out-null #& icacls "$Env:USERPROFILE/.ssh" /inheritance:r #& icacls "$Env:USERPROFILE/.ssh" /grant:r "$Env:USERNAME":"(F)" }