Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I download SCP and ssh on Cygwin?

Tags:

scp

ssh

cygwin

I have downloaded Cygwin on windows 8 and use it for python scripts. How do I get SCP and ssh on Cygwin without having to use WinSCP and Putty?

like image 545
Asher Avatar asked Sep 08 '13 20:09

Asher


People also ask

Is Cygwin an SSH client?

The Cygwin SSH server is an emulation of the UNIX environment and OpenSSH for Windows.


1 Answers

When you run the Cygwin installer again to install new packages, you might notice that searching for "scp" produces no results.

It's actually part of the "openssh" package.

like image 120
Desty Avatar answered Sep 22 '22 13:09

Desty