Opened on Feb 20, 2015 at 6:40:35 PM
Closed on Mar 4, 2015 at 11:21:12 AM
Last modified on Apr 8, 2015 at 8:03:41 PM
#8597 closed defect (fixed)
Change of username or service not allowed failure after entering one-time passcode
Reported by: | matthijs zwinderman | Owned by: | dkocher |
---|---|---|---|
Priority: | normal | Milestone: | 4.7 |
Component: | sftp | Version: | 4.6.4 |
Severity: | major | Keywords: | |
Cc: | Architecture: | ||
Platform: |
Description
Due to a setting in my server I have to login using: private key, password, google-authenticator. This used to work. After reinstalling my Mac, it doesn't anymore. After logging in with private key, I get the "Partial authentication success" where I can enter a Password (but not username, this field is blank). After entering the correct password, I get the error "Interoperability failure" "Change of username or service not allowed: (<<my-user-name>>,ssh-connection) -> (,ssh-connection). Please contact your web hosting service provider for assistance."
The problem seems to be that the username isn't carried on to the second screen (where I enter my password). I can also not add/change the username here.
Thanks!
Attachments (3)
Change History (14)
comment:1 Changed on Feb 21, 2015 at 2:19:07 PM by dkocher
- Component changed from webdav to sftp
- Summary changed from Can no longer login to SFTP (username is forgotten) to Change of username or service not allowed failure after entering one-time passcode
comment:2 Changed on Mar 4, 2015 at 7:53:42 AM by dkocher
- Milestone set to 4.7
- Status changed from new to assigned
comment:3 Changed on Mar 4, 2015 at 7:53:56 AM by dkocher
comment:4 Changed on Mar 4, 2015 at 10:11:00 AM by dkocher
We have just tested authentication with password and google-authenticator which works just fine. Will need to test in combination with public key authentication.
comment:5 Changed on Mar 4, 2015 at 10:11:23 AM by dkocher
Fix for CLI version in r17113.
comment:6 Changed on Mar 4, 2015 at 10:58:10 AM by dkocher
Tested with setting AuthenticationMethods publickey,keyboard-interactive:pam in sshd_config.
osaka:cyberduck dkocher$ ./duck -i ~/.ssh/ubuntu --list sftp://dkocher@172.16.123.137/~/ Authenticating as dkocher… Private key password protected. Enter the passphrase for the private key file (~/.ssh/ubuntu). Username (dkocher): Login as dkocher Private Key Passphrase: Partial authentication success. Provide additional login credentials. Password: Provide additional login credentials. Verification code. Verification code: Listing directory dkocher…
Changed on Mar 4, 2015 at 11:06:05 AM by dkocher
Changed on Mar 4, 2015 at 11:06:11 AM by dkocher
Changed on Mar 4, 2015 at 11:06:27 AM by dkocher
comment:7 Changed on Mar 4, 2015 at 11:07:05 AM by dkocher
Tested with r17118.
comment:8 Changed on Mar 4, 2015 at 11:08:43 AM by dkocher
I can reproduce the issue on r 16970 getting Change of username or service not allowed: (dkocher,ssh-connection) -> (,ssh-connection). Please contact your web hosting service provider for assistance..
comment:9 Changed on Mar 4, 2015 at 11:21:12 AM by dkocher
- Resolution set to fixed
- Status changed from assigned to closed
Fix in r17107.
comment:10 Changed on Mar 4, 2015 at 11:22:38 AM by dkocher
Regression in r16106.
comment:11 Changed on Apr 8, 2015 at 8:03:41 PM by dkocher
#8732 closed as duplicate.
#8630 closed as duplicate.