Loading installers/ssh_client.ps1 0 → 100644 +4 −0 Original line number Diff line number Diff line # install the OpenSSH Client Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 No newline at end of file installers/ssh_server.ps1 0 → 100644 +15 −0 Original line number Diff line number Diff line # install the OpenSSH Server # # https://docs.microsoft.com/de-de/windows-server/administration/openssh/openssh_server_configuration # Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 # Set the default target shell to Powershell New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force # sshd reads configuration data from %programdata%\ssh\sshd_config # # configure the Loading
installers/ssh_client.ps1 0 → 100644 +4 −0 Original line number Diff line number Diff line # install the OpenSSH Client Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 No newline at end of file
installers/ssh_server.ps1 0 → 100644 +15 −0 Original line number Diff line number Diff line # install the OpenSSH Server # # https://docs.microsoft.com/de-de/windows-server/administration/openssh/openssh_server_configuration # Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0 # Set the default target shell to Powershell New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force # sshd reads configuration data from %programdata%\ssh\sshd_config # # configure the