Differences
This shows you the differences between the selected revisions of the page.
2011-07-30 | 2013-05-15 | ||
sftp ftp scp (martin) | Renaming Login/Preferences "tabs" to "pages" (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 tab// 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 Login dialog to execute SFTP binary under 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 tab]]// of Login dialog: | + | With SCP protocol, you can specify following command as custom shell on the //[[ui_login_scp#shell|SCP/Shell page]]// of Login dialog: |
sudo -s | sudo -s |