copssh connection problem

1 reply [Last post]
windstory
User offline. Last seen 2 weeks 4 days ago. Offline
Joined: 16.11.2008
Posts:

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.

Like wind story,

Linux gone through me~

tk
User offline. Last seen 2 days 13 hours ago. Offline
Joined: 01.05.2008
Posts:
It searches both locations,

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)
 

 

 

 

Who's online

There are currently 0 users and 24 guests online.

Site statistics

Registered users2539
Posts1902
Comments4926