lunes, 14 de junio de 2021

SSH en Windows Instalar (Cliente y Server)

Fuente: Instalar openssh | Documentos de Microsoft

Get-WindowsCapability -Online | ? Name -like 'OpenSSH*' 

# 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

Start-Service sshd

Set-Service -Name sshd -StartupType 'Automatic' # Confirm the firewall rule is configured. It should be created automatically by setup. Get-NetFirewallRule -Name *ssh*







No hay comentarios: