Changeset 53022
- Timestamp:
- 03/29/2022 04:28:45 PM (2 years ago)
- Location:
- branches/5.9
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/5.9
-
branches/5.9/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r52332 r53022 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;
Note: See TracChangeset
for help on using the changeset viewer.