Differences
This shows you the differences between the selected revisions of the page.
2013-05-15 | 2013-12-20 | ||
Renaming Login/Preferences "tabs" to "pages" (martin) | 5.5 pages moved from login to advanced site settings (martin) | ||
Line 14: | Line 14: | ||
The [[scp|SFTP]] and [[scp|SCP]] protocols allow for this, but the actual method is platform dependent. | The [[scp|SFTP]] and [[scp|SCP]] protocols allow for this, but the actual method is platform dependent. | ||
- | With SFTP protocol, you can use //[[ui_login_sftp#protocol_options|SFTP server]]// option on //SFTP page// of Login dialog to execute SFTP binary under different user. With OpenSSH server, you can specify: | + | With SFTP protocol, you can use //[[ui_login_sftp#protocol_options|SFTP server]]// option on //SFTP page// of Advanced Site Settings dialog to execute SFTP binary under a different user. With OpenSSH server, you can specify: |
sudo /bin/sftp-server | sudo /bin/sftp-server | ||
Line 20: | Line 20: | ||
Note that SFTP server binary may be located elsewhere (e.g. in ''/usr/lib/openssh/sftp-server''). | Note that SFTP server binary may be located elsewhere (e.g. in ''/usr/lib/openssh/sftp-server''). | ||
- | With SCP protocol, you can specify following command as custom shell on the //[[ui_login_scp#shell|SCP/Shell page]]// of Login dialog: | + | With SCP protocol, you can specify following command as custom shell on the //[[ui_login_scp#shell|SCP/Shell page]]// of Advanced Site Settings dialog: |
sudo -s | sudo -s |