Bug #970
LiveCD does not support sftp server
| Status: | Closed | Start: | 04/18/2017 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | Spent time: | - | |
| Target version: | - | |||
| Votes: | 0 |
Description
it is very unhandy to use livecd to transmit files via ssh
so i suggest to add the following lines to /etc/ssh/sshd_config
- for amd64 systems:
Subsystem sftp /usr/lib64/misc/sftp-server - for x86 systems:
Subsystem sftp /usr/lib/misc/sftp-server