Child pages
  • SFTP

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

Configure ssh

Edit /etc/ssh/sshd.conf _config and modify:

Code Block
Subsystem sftp /usr/lib/openssh/sftp-server

...

Create the folder structure

The root sftp folder needs to be set as owner root and permissions 755.

The folders and files under the ChrootDirectory need to be set has part of the group sftp.

...

  • No access: 700
  • Read only access: 750
  • Read and Write access: 770

Access

From Nautius

Type Ctrl + L once in Nautilus

In the address bar enter the sftp address as follow:

Code Block
sftp://user@ip/folder