Subversion Repositories Kolibri OS

Rev

Rev 9112 | Rev 9114 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9112 Rev 9113
Line 479... Line 479...
479
 
479
 
480
 
480
 
481
ssh_ident_ha:
481
ssh_ident_ha:
482
        dd_n (ssh_msg_ident.length-2)
482
        dd_n (ssh_msg_ident.length-2)
483
ssh_msg_ident:
483
ssh_msg_ident:
Line 484... Line 484...
484
        db "SSH-2.0-KolibriOS_SSH_0.06",13,10
484
        db "SSH-2.0-KolibriOS_SSH_0.07",13,10
485
  .length = $ - ssh_msg_ident
485
  .length = $ - ssh_msg_ident
486
 
486
 
487
 
487
 
488
ssh_msg_kex:
488
ssh_msg_kex:
489
        db SSH_MSG_KEXINIT
489
        db SSH_MSG_KEXINIT
490
  .cookie:
490
  .cookie:
491
        rd 4
491
        rd 4
492
  .kex_algorithms:
492
  .kex_algorithms:
493
        str "diffie-hellman-group-exchange-sha256" ; diffie-hellman-group-exchange-sha1
493
        str "diffie-hellman-group-exchange-sha256" ; diffie-hellman-group-exchange-sha1
494
  .server_host_key_algorithms:
494
  .server_host_key_algorithms:
495
        str "ssh-rsa"                    ;,ssh-dss
495
        str "rsa-sha2-256,ssh-rsa"       ;,ssh-dss
496
  .encryption_algorithms_client_to_server:
496
  .encryption_algorithms_client_to_server: