Opened 7 years ago

Closed 7 years ago

#11402 closed Bug report (worksforme)

SFTP file copy to and from Raspbian Stretch when running on Mac-OS

Reported by: SimonBlake Owned by:
Priority: normal Component: FileZilla Client
Keywords: Cc:
Component version: 3.27.1 Operating system type: OS X
Operating system version: 10.12

Description

With the latest version of Raspbian Stretch (September 2017), I'm unable to SFTP to or from it when running the Mac client. It seems fine with other FTP packages, and it's fine on the Windows client run on the same MacBook's virtual Windows machine.

The authentication log at /var/log/auth.log on the Raspberry Pi recorded this:

Sep 20 12:55:59 P100000 login[537]: pam_unix(login:session): session opened for user pi by LOGIN(uid=0)
Sep 20 12:55:59 P100000 systemd-logind[327]: New session c1 of user pi.
Sep 20 12:55:59 P100000 systemd: pam_unix(systemd-user:session): session opened for user pi by (uid=0)
Sep 20 12:55:59 P100000 lightdm: pam_unix(lightdm-autologin:session): session opened for user pi by (uid=0)
Sep 20 12:55:59 P100000 systemd-logind[327]: New session c2 of user pi.
Sep 20 12:56:02 P100000 polkitd(authority=local): Registered Authentication Agent for unix-session:c2 (system bus name :1.13 [lxpolkit], object path /org/freedesktop/PolicyKit1/AuthenticationAgent, locale en_GB.UTF-8)
Sep 20 12:56:11 P100000 sshd[876]: Accepted password for pi from 10.25.1.155 port 53806 ssh2
Sep 20 12:56:11 P100000 sshd[876]: pam_unix(sshd:session): session opened for user pi by (uid=0)
Sep 20 12:56:11 P100000 systemd-logind[327]: New session c3 of user pi.
Sep 20 12:56:39 P100000 sshd[890]: pam_unix(sshd:auth): authentication failure; logname= uid=0 euid=0 tty=ssh ruser= rhost=10.25.1.155 user=pi
Sep 20 12:56:41 P100000 sshd[890]: Failed password for pi from 10.25.1.155 port 53809 ssh2
Sep 20 12:56:43 P100000 sshd[890]: Connection closed by 10.25.1.155 port 53809 [preauth]

This problem didn't seem to occur with the previous version of Raspbian Stretch (August 2017). And, as I said, it doesn't seem to affect the Windows client.

Regards

Simon

Change History (1)

comment:1 by Tim Kosse, 7 years ago

Resolution: worksforme
Status: newclosed

Wrong username and/or password. Please double-check your login credentials. Watch out for character case and leading/trailing whitespace. Avoid using non-ASCII characters in passwords.

Note: See TracTickets for help on using tickets.