Compare commits
1 Commits
c14366782e
...
3447e2d21e
Author | SHA1 | Date | |
---|---|---|---|
3447e2d21e |
@ -8,8 +8,7 @@ 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
|
||||
$sshKeyType = "ed25519"
|
||||
ssh-keygen -t $sshKeyType -C "benie@infektor.net" -N '' -f "$env:USERPROFILE/.ssh/$sshKeyType"
|
||||
ssh-keygen -t ed25519 -C "benie@infektor.net"
|
||||
|
||||
# Install Windows-Terminal and Debian
|
||||
choco install microsoft-windows-terminal
|
||||
|
Loading…
x
Reference in New Issue
Block a user