diff --git a/ssh/setup.ps1 b/ssh/setup.ps1 index a488698..b8f8d2b 100644 --- a/ssh/setup.ps1 +++ b/ssh/setup.ps1 @@ -1,2 +1,2 @@ mkdir -p ~/.ssh -cat ./ssh/key.pub >> ~/.ssh/authorized_keys \ No newline at end of file +Get-Content ./ssh/key.pub >> ~/.ssh/authorized_keys \ No newline at end of file