Make WordPress Core

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#10081 closed defect (bug) (duplicate)

ssh file access is broken when no password is required

Reported by: cjcollier's profile cjcollier Owned by: dd32's profile dd32
Milestone: Priority: normal
Severity: normal Version: 2.7
Component: Filesystem API Keywords:
Focuses: Cc:

Description

see patch

Attachments (1)

ssh-fix.diff (933 bytes) - added by cjcollier 15 years ago.
password is optional when connection_type is ssh

Download all attachments as: .zip

Change History (5)

@cjcollier
15 years ago

password is optional when connection_type is ssh

#1 @Denis-de-Bernardy
15 years ago

  • Milestone changed from Unassigned to 2.8

#2 @cjcollier
15 years ago

  • Cc cjcollier added

In its current state, the SSH connection type requires a password, despite the following message to the user:

<div><?php _e('Enter the location on the server where the keys are located. If a passphrase is needed, enter that in the password field above.') ?></div>

The patch I've attached removes the requirement for a password when the connection type is SSH.

#3 @dd32
15 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

This has been fixed in 2.8 already, If you use a Key file, then both the username and password will be optional.

#8210 i think

#4 @dd32
15 years ago

  • Milestone 2.8 deleted
Note: See TracTickets for help on using tickets.