Cygwin, ssh, and top

Chris Taylor chris@equate.dyndns.org
Sun Oct 16 20:57:00 GMT 2005


David Christensen wrote:
> Invoking rxvt from a Cygwin Bash shell and then ssh'ing into Debian and
> customized Slackware gives me the same results as Putty -- e.g. everything works
> on Debian 3.0 and 3.1, and the customized Slackware is messed up.
> 
> 
> My preference is still that Cygwin bash ssh work correctly with Debian 3.1, and
> I believe the problem is with whatever package provides terminal stuff in Debian
> 3.1.  I'll try to find the package and file a bug report.
> 

It should be pointed out that rxvt can be used in place of CMD.EXE, 
which is what is started by the Cygwin icon created by setup.

If you want to do that, here is my cygwin.bat:

@echo off

C:
chdir C:\cygwin\bin

rxvt -sl 10000 -sr +sk -si -sw -fg Green -bg Black -e /bin/bash --login -i


Obviously the path needs to be altered to whatever you have for your 
cygwin installation.
I find this to be much more usable than using bash inside cmd.exe - 
things actually work.

HTH,

Chris

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list