Skip to content

A PowerShell script plus few config files for most seamless deployment of SSH server on Windows machine

License

Notifications You must be signed in to change notification settings

ppivo/SSHdeployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SSHdeployer

A PowerShell script plus few config files for most seamless deployment of SSH server on Windows machine.

Download Zip from https://github.com/ppivo/SSHdeployer/archive/main.zip then open PowerShell as admin, navigate to install folder and run:

.\Deploy-SSH.ps1

If script execution is disabled, run the following line and then try again:

Set-ExecutionPolicy -ExecutionPolicy Bypass -Scope LocalMachine -Force -Confirm:$false;

.\Deploy-SSH.ps1

For more info, see Deploy-SSH.ps1 file

About

A PowerShell script plus few config files for most seamless deployment of SSH server on Windows machine

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published