Answers for "instalar openssh"

2

install openssh server linux

sudo apt install openssh-server
Posted by: Guest on August-16-2021
0

how to download openssh with cmd

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
Posted by: Guest on October-20-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language