Products from ITeF!x
copssh connection problem
I have install copssh 3.0.1 onwindows 7 x64 and tested ssh connecion with centos 5.4 x86 at 192.168.0.10.
Now, I am studiyng ssh key connection, but there are many problems.
Sshd.conf of copssh is here;
==========================
Port 8022
ListenAddress 0.0.0.0
Protocol 2
HostKey /etc/ssh_host_rsa_key
HostKey /etc/ssh_host_dsa_key
ServerKeyBits 1024
LogLevel INFO
PermitRootLogin yes
RSAAuthentication yes
PubkeyAuthentication yes
AuthorizedKeysFile .ssh/authorized_keys
PasswordAuthentication yes
AllowAgentForwarding yes
AllowTcpForwarding yes
PermitTunnel yes
Banner /etc/banner.txt
Subsystem sftp /bin/sftp-server
===============================
This attached picture is one of my problem.

Why does ssh search configuration data at /etc/ssh_config?
The configuration data of user's ssh is located at ~/.ssh/config.
Any help for this problem would be appreciated.
It searches both locations, from ssh documentation:
ssh(1) obtains configuration data from the following sources in the fol-
lowing order:
1. command-line options
2. user's configuration file (~/.ssh/config)
3. system-wide configuration file (/etc/ssh/ssh_config) <- this is configured as /etc in Copshh)