- Timestamp:
- 02/27/2022 03:00:58 PM (22 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/includes/class-wp-filesystem-ssh2.php
r52640 r52807 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.