Git Product home page Git Product logo

winssh's Introduction

Enable SSH Access on Windows Server.

Introduction

winssh is a Powershell script that installs and configures sshd service on Windows Server(2019 and later versions are supported). You can choose 3 different RunModes:

  • default

Install sshd for access Windows Server using user and password for authentication.

  • key

Install sshd, creates a new local user "ec2-user" without password, adds "ec2-user" as Local Administrator, disable password authentication for ssh and adds the AWS Key pair used in the creation of EC2 as trust key for ssh.

  • full

key mode + powerash

Usage

In a powershell session:

Run this project as the Administrator user

iwr -o winssh.ps1 https://raw.githubusercontent.com/bgsilvait/winssh/master/winssh.ps1
.\winssh.ps1 -RunMode full

For AWS EC2 Userdata:

<powershell>
iwr -o winssh.ps1 https://raw.githubusercontent.com/bgsilvait/winssh/master/winssh.ps1
.\winssh.ps1 -RunMode full
&$PSHOME\profile.ps1
choco install vim curl awscli -y
&$PSHOME\profile.ps1
</powershell>

Access the Windows Server key/full RunMode

ssh -i key.pem ec2-user@ip

Access the Windows Server default RunMode

ssh administrator@ip

winssh's People

Contributors

bgsilvait avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.