OpenSSH's icon

OpenSSH

OpenSSH port for Windows

Description

OpenSSH is a group of command line programs based on SSH protocol. These include server and client executables as well as utilities to create and manage cryptographic keys.

Readme

Getting started

Simple steps to get started:

turbo run openssh/openssh

Run SSH daemon as NT Service:

turbo run openssh/openssh --admin

> cd C:\OpenSSH-Win32

> powershell

> .\ssh-keygen.exe -A

> New-NetFirewallRule -Protocol TCP -LocalPort 22 -Direction Inbound -Action Allow -DisplayName SSH

> .\sshd.exe install

> Start-Service sshd


Release Notes

No release notes


EULA

  • Actions

    Go to TurboScript
  • Dependencies
    No dependencies
  • Used By
    No repositories
  • Website
  • Current
    2016.5.30 updated 9 years ago
  • Details
    Updated: June 1, 2016
    Created: March 1, 2016