Note to self:
Install the Open-ssh optional Windows feature
Create the keys using ssh-keygen Upload the pub key to the Linux server:
type $env:USERPROFILE\.ssh\id_rsa.pub | ssh {IP-ADDRESS-OR-FQDN} "cat >> .ssh/authorized_keys"
Note to self:
Install the Open-ssh optional Windows feature
Create the keys using ssh-keygen Upload the pub key to the Linux server:
type $env:USERPROFILE\.ssh\id_rsa.pub | ssh {IP-ADDRESS-OR-FQDN} "cat >> .ssh/authorized_keys"
Stop messing with this mess, and set it up right once and for all: The Powershell remoting is a no brainer
Repair Windows Server 2016 with DISM dism /online /cleanup-image /scanhealth dism /online /cleanup-image /checkhealth dism /online /cleanup-image /restorehealth /source:WIM:d:sourcesinstall.wim:2 /limitaccess sfc