Ticket #52409: wp-upgrade.patch
File wp-upgrade.patch, 523 bytes (added by , 3 years ago) |
---|
-
wp-admin/includes/class-wp-filesystem-ssh2.php
a b 88 88 $this->options['public_key'] = $opt['public_key']; 89 89 $this->options['private_key'] = $opt['private_key']; 90 90 91 $this->options['hostkey'] = array( 'hostkey' => 'ssh-rsa ' );91 $this->options['hostkey'] = array( 'hostkey' => 'ssh-rsa,ssh-ed25519' ); 92 92 93 93 $this->keys = true; 94 94 } elseif ( empty( $opt['username'] ) ) {