Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

openssh client for windows 10

Open powershell with admin and run below cmds:
# Install the OpenSSH Client
Add-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0

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

# Both of these should return the following output:

Path          :
Online        : True
RestartNeeded : False
Comment

PREVIOUS NEXT
Code Example
Shell :: powershell for loop 
::  
:: git download all submodules 
Shell ::  
Shell :: phpstan install 
::  
Shell ::  
Shell ::  
::  
:: install openjdk 8 debian 10 
::  
::  
Shell ::  
::  
:: uninstall eclipse ubuntu 20.04 
Shell ::  
::  
::  
:: apt use ipv4 
::  
::  
Shell ::  
::  
Shell :: docker no sudo 
Shell ::  
:: error ppa.launchpad.net/certbot/certbot/ubuntu focal Release 
::  
Shell :: install node 16.15.0 mac cmd 
::  
::  
ADD CONTENT
Topic
Content
Source link
Name
3+8 =