Compare commits

..

1 Commits

Author SHA1 Message Date
d6cd4d3bd3 Add Windows Powershell bootstrap 2022-06-11 11:52:41 +01:00

View File

@ -6,7 +6,7 @@ Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
Enable-WindowsOptionalFeature -Online -FeatureName containers All
# Install OpenSSH, generate keys and authorize them
choco install '--package-parameters=/SSHServerFeature' openssh
choco install "--package-parameters=/SSHServerFeature" openssh
# TODO: Ask for email address to use
ssh-keygen.exe -t ed25519 -C benie@infektor.net