Back
CYGWIN, linux on windows
Last update: 2004/11/5
Since 2003/3/25
My cygwin version is 2.427.
- XFree86
tem, mwm, fvwm2, wmaker are included.
- SSHserver and client
- Configuration file of SSH
Run "/bin/ssh-host-config", then /etc/ssh_config and /etc/sshd_config
will be created.
- SSH client
ssh-agent works. X11 forwarding works.
- 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.
- 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.
- Make an account sshd
Copied my account line and changed my name to sshd on the line.
- Created a directory /var/empty. I don't know this is what for.
- /usr/sbin/sshd worked!
Confirmation with ps command.
- Others
rsync works.
$ rsync -aub -e ssh source soleil:distination
httpd is apache.
Configuration files: /etc/apache/
pine works.
Password files.
Created /etc/passwd manually.
Password is not set although /usr/bin/passwd is accepted.
- console
How to change colors in termnal ?
Backgroud -- black, displayed -- green