Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#10081 closed defect (bug) (duplicate)

ssh file access is broken when no password is required

Reported by: cjcollier Owned by: dd32
Priority: normal Milestone:
Component: Filesystem Version: 2.7
Severity: normal Keywords:
Cc: cjcollier

Description

see patch

Attachments (1)

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

Download all attachments as: .zip

Change History (5)

password is optional when connection_type is ssh

  • Milestone changed from Unassigned to 2.8
  • 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.

comment:3   dd324 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

comment:4   dd324 years ago

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