Back

CYGWIN, linux on windows

Last update: 2004/11/5
Since 2003/3/25

    My cygwin version is 2.427.

  1. XFree86
  2. SSHserver and client
    1. Configuration file of SSH
      Run "/bin/ssh-host-config", then /etc/ssh_config and /etc/sshd_config
      will be created.
    2. SSH client
      ssh-agent works. X11 forwarding works.
    3. SSHD
      Executed with a user account, connection is acepted, public key
      authentication is acepted, but closed just after user authentication finished.
      Setup is as follows.
      1. Create host keys.
        ssh-keygen does not work. I don't know why.
        So, I copied rsa and dsa key created on the other host.
      2. Make an account sshd
        Copied my account line and changed my name to sshd on the line.
      3. Created a directory /var/empty. I don't know this is what for.
      4. /usr/sbin/sshd worked!
        Confirmation with ps command.

  3. Others
  4. rsync works.
    httpd is apache.
    pine works.

    Password files.

  5. console
  6. How to change colors in termnal ?