Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


In this Discussion

runabove and SFTP?
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

runabove and SFTP?

mikimiki Member

Hello,

How do you connect to your runabove?
I have installed ftp-cloudfs at ubuntu but I don't know what is next step.
I have Mac client Cyberduck, but I guess that I need to configure ftp-cloudfs somehow.
Can anybody help please.

Comments

  • ZEROFZEROF Member
    edited December 2014

    Hi,

    First don't use passwords. Use always ssh rsa 2048 keys. And if you have needs for sftp, make one sftp group and add user to it. Then inside your sshd_config add:

    Match group dumbusers

    PasswordAuthentication yes

    But i will say, for your own security don't use it if you don't need this kind of settings or when you are done commnet above settings and restart your ssh server.

    #Match group dumbusers

    #PasswordAuthentication yes

    service ssh or sshd restart

    Hope that helps.

Sign In or Register to comment.