Hi, In SshServer class, following ciphers are added for public key authentication: blowfish-cbc, 3des-cbc, aes192-cbc, aes128-cbc, aes256-cbc.
However when I try to make sftp connection to apache sftp server by providing cipher 'aes192-cbc' in openssh client, it throws following error message and thereafter release the connection: "*no matching cipher found: client aes192-cbc server blowfish-cbc,aes128-cbc,3des-cbc* Couldn't read packet: Connection reset by peer" The sftp command I executed from ubuntu machine is: *sftp -vv -oCiphers=aes192-cbc -oport=8039 mprasad@localhost* The other query is, I would like apache sshd server to support more ciphers apart from default ciphers added in the code. Can I add those ciphers directly the way default ciphers are added or do I need to take extra precautions to support other ciphers. What would be the extra precautions? -- Thanks and Regards, Manoj Kumar 9535214528
