Skip to content

Edgar0119/cygwin-sshpass

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

Cygwin-sshpass

Run sshpass on Windows via Cygwin

Build requirements package (use latest verison)

  • autoconf
  • automake
  • binutils
  • cygport
  • gcc-core
  • git
  • make

You can use apt-cyg (https://github.com/transcode-open/apt-cyg) to install above packages, for example:

apt-cyg install wget autoconf automake binutils cygport gcc-core make git

Build instructions

git clone https://github.com/Edgar0119/cygwin-sshpass.git cygwin-sshpass
cd cygwin-sshpass
tar -zxvf sshpass-1.05.tar.gz
cd sshpass-1.05
bash ./configure
make

Now you can see sshpass.exe in the folder

Then move sshpass.exe to ${CygwinRoot}\bin\sshpass.exe

Reference

https://github.com/fd00/yacp/tree/master/sshpass

About

Run sshpass on Windows via Cygwin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published