Hi, I am using the default dropbear version 0.48 with uClinux-dist distribution on microblaze processor. While trying to ssh its taking 60 seconds per session i.e. if only one ssh session is opened it takes 60 seconds to connect but if 2 sessions are opened simultaneously, it takes 120 seconds for the 2nd session. same way for n session it take n*60 seconds for the nth session to connect.
Request you to help me achieve the followings: 1. How to reduce the time to connect ssh (currently its taking 60 seconds) 2. How to reduce the time for the subsequent sessions, if opened simultaneously. Please find the logs below: #ssh -v 10.213.12.11 OpenSSH_4.3p2, OpenSSL 0.9.8e-fips-rhel5 01 Jul 2008 debug1: Reading configuration data /etc/ssh/ssh_config debug1: Applying options for * debug1: Connecting to 10.213.12.11 [10.213.12.11] port 22. debug1: Connection established. debug1: identity file /homes/utkarsh/.ssh/identity type -1 debug1: identity file /homes/utkarsh/.ssh/id_rsa type -1 debug1: identity file /homes/utkarsh/.ssh/id_dsa type -1 debug1: loaded 3 keys debug1: Remote protocol version 2.0, remote software version dropbear_0.48 debug1: no match: dropbear_0.48 debug1: Enabling compatibility mode for protocol 2.0 debug1: Local version string SSH-2.0-OpenSSH_4.3 debug1: SSH2_MSG_KEXINIT sent debug1: SSH2_MSG_KEXINIT received debug1: kex: server->client aes128-cbc hmac-md5 none debug1: kex: client->server aes128-cbc hmac-md5 none debug1: sending SSH2_MSG_KEXDH_INIT debug1: expecting SSH2_MSG_KEXDH_REPLY *============================ long pause here... about 40+ seconds==============* debug1: Host '10.213.12.11' is known and matches the DSA host key. debug1: Found key in /homes/utkarsh/.ssh/known_hosts:5 debug1: ssh_dss_verify: signature correct debug1: SSH2_MSG_NEWKEYS sent debug1: expecting SSH2_MSG_NEWKEYS debug1: SSH2_MSG_NEWKEYS received debug1: SSH2_MSG_SERVICE_REQUEST sent debug1: SSH2_MSG_SERVICE_ACCEPT received debug1: Authentication succeeded (none). debug1: channel 0: new [client-session] debug1: Entering interactive session. debug1: Sending environment. debug1: Sending env LANG = en_US.UTF-8 Appreciate you reply. Thanks Utkarsh
