Compare commits
1 Commits
c14366782e
...
7073a7c63f
Author | SHA1 | Date | |
---|---|---|---|
7073a7c63f |
@ -9,7 +9,7 @@ Enable-WindowsOptionalFeature -Online -FeatureName containers –All
|
||||
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 $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