Difference between revisions of "Openssh windows"

From UVOO Tech Wiki
Jump to navigation Jump to search
(Created page with "https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_server_configuration ``` Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0 Add-Win...")
 
Line 1: Line 1:
 
https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_server_configuration
 
https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_server_configuration
 +
 +
https://techcommunity.microsoft.com/t5/itops-talk-blog/installing-and-configuring-openssh-on-windows-server-2019/ba-p/309540
  
 
```
 
```
 +
Add-WindowsCapability -Online -Name OpenSSH.Server[[User:Busk|Busk]] ([[User talk:Busk|talk]])
 +
03:53, 12 November 2023 (UTC)0.0.1.0
 
Add-WindowsCapability -Online -Name OpenSSH.Client[[User:Busk|Busk]] ([[User talk:Busk|talk]])
 
Add-WindowsCapability -Online -Name OpenSSH.Client[[User:Busk|Busk]] ([[User talk:Busk|talk]])
  03:52, 12 November 2023 (UTC)0.0.1.0
+
  03:53, 12 November 2023 (UTC)0.0.1.0
Add-WindowsCapability -Online -Name OpenSSH.Server[[User:Busk|Busk]] ([[User talk:Busk|talk]])
 
03:52, 12 November 2023 (UTC)0.0.1.0
 
 
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force
 
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force
 
```
 
```

Revision as of 03:53, 12 November 2023

https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_server_configuration

https://techcommunity.microsoft.com/t5/itops-talk-blog/installing-and-configuring-openssh-on-windows-server-2019/ba-p/309540

Add-WindowsCapability -Online -Name OpenSSH.Server[[User:Busk|Busk]] ([[User talk:Busk|talk]])
 03:53, 12 November 2023 (UTC)0.0.1.0
Add-WindowsCapability -Online -Name OpenSSH.Client[[User:Busk|Busk]] ([[User talk:Busk|talk]])
 03:53, 12 November 2023 (UTC)0.0.1.0
New-ItemProperty -Path "HKLM:\SOFTWARE\OpenSSH" -Name DefaultShell -Value "C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe" -PropertyType String -Force