Hi,

        I'm trying to implement another authentification method in ssh2. I'm
working in RedHat 5.1 
        The new authentication code has been well proved and I can realize it
fails when it works togheter with sshd2. The failure seems to be in a
function called "des_crypt" that is located in des.c file. There's a
duplication code between ssh2 code and mine in this function. I renamed
this function in des.c file; des_encrypt seems to be local to this file.
I compiled again and there were no errors. The usual authentification
methods worked  well but I had problems with mine. 

        My questions are: 
        What do I have to modificate to set up another authentification method? 
        How I can avoid  having problems with DES algorithms between ssh2-code
and mine?


        Thanks in advance.

-- 
      _/_/                                            _/   
   _/    _/  _/_/_/_/  _/  _/_/    _/_/_/    _/_/    _/    
  _/_/_/_/      _/    _/_/      _/    _/  _/_/_/_/  _/     
 _/    _/    _/      _/        _/    _/  _/        _/      
_/    _/  _/_/_/_/  _/          _/_/_/    _/_/_/  _/

Reply via email to