Archivo de la categoría: Cygwin

Installing Cygwin/X

Installing Cygwin/X Cygwin tools are, in the words of the Cygwin development homepage, http://cygwin.com/, «ports of the popular GNU development tools and utilities for Windows 95, 98, and NT. They function by using the Cygwin library which provides a UNIX-like API on top of the Win32 API.» Cygwin allows the compilation of the X Window… Leer más »

How to run the OpenSSH SSHD server on Windows using Cygwin

Cygwin SSHD HowTo How to run the OpenSSH SSHD server on Windows using Cygwin Install the following Cygwin packages (rerun setup if necessary — you can add packages after you have already installed Cygwin). Admin –> cygrunsrv Net –> openssh Open a new bash shell window and run the SSH configure stuff. ssh-host-config -y This… Leer más »

Better Cygwin Terminal

mintty is an option — http://code.google.com/p/mintty/ Better Cygwin Terminal mintty is an option — http://code.google.com/p/mintty/ «Mintty is a terminal emulator for Cygwin and Cygwin derivatives such as MSYS. It can be downloaded from here or it can be installed through Cygwin’s setup.exe program, where it can be found in the Shells category. The Cygwin installer… Leer más »

ssh configuration with cygwin

I’ve been working on getting sshd working on my XP Home SP1 box but I’ve run into a problem I can’t get past. sshd is running as a daemon but won’t allow me to connect to it. Starting with updated versions of all installed cygwin packaged including a clean openssh 3.9p1-2 install (no /etc/ssh* or… Leer más »