Horje
set up ssh windows 10 Code Example
how to install ssh in windows 10
# Install ssh client from PowerShell
PS C:\> Add-WindowsCapability -Online -Name OpenSSH.Client*
Source: jcutrer.com
set up ssh windows 10
# Check if installed via Powershell
Get-WindowsCapability -Online | ? name -like "openssh*"

# Install
Add-WindowsCapability -Online -Name OpenSSH.Server~~~~0.0.1.0




Shell

Related
typo3 clearc chace over commandline Code Example typo3 clearc chace over commandline Code Example
shell script for creating a pod using helm Code Example shell script for creating a pod using helm Code Example
display used shell Code Example display used shell Code Example
untracked by gitlab Code Example untracked by gitlab Code Example
git branch erstellen Code Example git branch erstellen Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9