Homepage › Forums › RetroPie Project › New to RetroPie? Start Here! › 3.5 and Filezilla › Reply To: 3.5 and Filezilla
Got it. I edited /etc/ssh/sshd_config
and changed the athentication by adding in PermitRootLogin yes and
So now the section reads.
# Authentication:
LoginGraceTime 120
#PermitRootLogin without-password
PermitRootLogin yes
StrictModes yes
Now I am able to log in with Filezilla.