Compare commits
1 Commits
7292778a25
...
c2660fcc48
Author | SHA1 | Date | |
---|---|---|---|
c2660fcc48 |
@ -3,12 +3,13 @@ Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManage
|
||||
|
||||
# Enable Hyper-V and containters
|
||||
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
|
||||
Enable-WindowsOptionalFeature -Online -FeatureName containers –All
|
||||
Enable-WindowsOptionalFeature -Online -FeatureName Containers -All
|
||||
|
||||
# Install OpenSSH, generate keys and authorize them
|
||||
choco install '--package-parameters=/SSHServerFeature' openssh
|
||||
# TODO: Ask for email address to use
|
||||
ssh-keygen.exe -t ed25519 -C benie@infektor.net
|
||||
choco install "--package-parameters=/SSHServerFeature" openssh
|
||||
# TODO: Ask for email address to use, make sshKeyType optional
|
||||
$sshKeyType = "ed25519"
|
||||
ssh-keygen -t "$sshKeyType" -C "benie@infektor.net" -N '' -f "$env:USERPROFILE/.ssh/$sshKeyType"
|
||||
|
||||
# Install Windows-Terminal and Debian
|
||||
choco install microsoft-windows-terminal
|
||||
|
Loading…
x
Reference in New Issue
Block a user