FastHandle - IT Operations Examples

FastHandle is fast operation tools for infrastructure configurations and tests.

User Tools

Site Tools


Sidebar


Top     SiteMap

Manager Server

Target Server

$FHHOME/bin/xxx.sh | xxxx.exp













.

preparation:target:windows.html



This is an old revision of the document!


Top#Preparation

Windows OpenSSH for Python Fabric

Preparation OpenSSH

Download Win32-OpenSSH

Download Win32-OpenSSH from below sites.
https://github.com/PowerShell/Win32-OpenSSH/releases


Install Win32 OpenSSH

Ref. https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH

  1. Extract contents of the latest build to C:\Program Files\OpenSSH
  2. In an elevated Powershell console, run the following
    powershell.exe -ExecutionPolicy Bypass -File install-sshd.ps1
  3. Start sshd
    net start sshd
  4. Setup sshd and ssh-agent to auto-start
    Set-Service sshd -StartupType Automatic




Top#Preparation



preparation/target/windows.html.1517241017.txt.gz ยท Last modified: 2018/01/30 00:50 by kurihara