Make WordPress Core

Ticket #52409: wp-upgrade.patch

File wp-upgrade.patch, 523 bytes (added by richybkreckel, 3 years ago)

patch

  • wp-admin/includes/class-wp-filesystem-ssh2.php

    a b  
    8888                        $this->options['public_key']  = $opt['public_key'];
    8989                        $this->options['private_key'] = $opt['private_key'];
    9090
    91                         $this->options['hostkey'] = array( 'hostkey' => 'ssh-rsa' );
     91                        $this->options['hostkey'] = array( 'hostkey' => 'ssh-rsa,ssh-ed25519' );
    9292
    9393                        $this->keys = true;
    9494                } elseif ( empty( $opt['username'] ) ) {