Poderosa is a tabbed terminal emulator for Windows. Poderosa is a good replacement for putty ssh and can be used as a terminal to connect to the SSH server. Poderosa is a Japanese-made software, the function is quite complete, unfortunately the last official version of 4.1.0 was released in November 2006, only support English and Japanese, and then did not update. Fortunately, an enthusiastic fellow xjzhang1979 provided an improved version that supported the Chinese language and made some other improvements. For more information, refer to:
Http://blog.solrex.cn/articles/poderosa-2009-special.html
http://sourceforge.net/forum/forum.php?thread_id=2786287&forum_id=455997
Before we connect Cygwin with Poderosa, we must first configure SSH.
First open the Cygwin shell and confirm that Cygwin has installed SSH (enter SSH tab in bash to see if you can find Ssh-host-config). If it is not installed, run Setup.exe to install it.
Right-click My Computer-> attribute-> advanced-> environment variable, add variable Cygwin to system environment variable, value ntsec TTY, then append x:/cygwin/bin to path, open Cygwin shell, Enter Ssh-host-config, all the way yes, prompt for Cygwin value, enter ntsec, start sshd service to Windows command line: Net start sshd or Cygrunsrv–start sshd; Stop the SSHD service with: net stop sshd or Cygrunsrv–stop sshdd. (You can then login with ssh yourname@127.0.0.1 or ssh localhost), done.
Configuration is finished can start to use Poderosa, of course, first or to install good poderosa (choose that improved version directly decompression). After running the Poderosa toolbar will have a Cygwin icon button "Connect Cygwin", click on the connection on the Cygwin, basically can be used, in addition to the display interface is still a bit not very satisfied, but the rest is to adjust the background and font, you can in the menu "Tools" → "Options ..." in the specific adjustment, to explore their own.
Let's talk about the configuration of bash ...
Reference:
Build Linux environment under win: Cygwin installation and simple configuration