#10081 closed defect (bug) (duplicate)
ssh file access is broken when no password is required
| Reported by: |
|
Owned by: |
|
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Filesystem | Version: | 2.7 |
| Severity: | normal | Keywords: | |
| Cc: | cjcollier |
Description
see patch
Attachments (1)
Change History (5)
- 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.
- 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
Note: See
TracTickets for help on using
tickets.

password is optional when connection_type is ssh