By default, Junos Space comes with SFTP Daemon service disabled. This article explains how to enable the service.
By default, the SFTP Daemon service is disabled in Junos Space.
To enable the SFTP service, follow these instructions.
ssh
/etc/ssh/sshd_config
In older Junos Space releases, the path to the service binary must be tweaked too, apart from un-commenting the service enabling line :
# Subsystem sftp /usr/libexec/openssh/openssh/sftp-server
In newer Junos Space releases, the path to the service is correct. It is only necessary to un-comment the service enabling line:
# Subsystem sftp /usr/libexec/openssh/sftp-server
For all releases, the service configuration file line should look like this after modification:
Restart the SSHD daemon from the command line:
# service sshd restart
Any failed SFTP sessions should be restarted.