https://github.com/hugmatj/SSHdeployer-nobin
A PowerShell script plus few config files for most seamless deployment of SSH server on Windows machine
https://github.com/hugmatj/SSHdeployer-nobin
Last synced: 4 months ago
JSON representation
A PowerShell script plus few config files for most seamless deployment of SSH server on Windows machine
- Host: GitHub
- URL: https://github.com/hugmatj/SSHdeployer-nobin
- Owner: hugmatj
- License: other
- Fork: true (ppivo/SSHdeployer)
- Created: 2023-07-23T20:42:24.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-23T20:51:42.000Z (over 1 year ago)
- Last Synced: 2024-08-01T13:36:57.599Z (7 months ago)
- Language: PowerShell
- Size: 6.59 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# 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