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