Differences
This shows you the differences between the selected revisions of the page.
2007-12-05 | 2007-12-21 | ||
break direct login to 2 pars (martin) | Clarified instructions a bit (66.104.134.221) | ||
Line 12: | Line 12: | ||
[[protocols#sftp|SFTP]] and [[protocols#ftp|FTP]] protocols do not allow this. | [[protocols#sftp|SFTP]] and [[protocols#ftp|FTP]] protocols do not allow this. | ||
- | With [[protocols#scp|SCP protocol]] it is possible, but actual method is platform dependant. For example on Unix platforms, you can specify following command as custom shell on //[[ui_login_scp#shell|SCP/Shell tab]]// of Login dialog: | + | The [[protocols#scp|SCP protocol]] allows for this (in the Options dialog, select Session, then look at the Protocol section in the pane to the right, and select SCP), but the actual method is platform dependant. |
+ | |||
+ | On Unix platforms, you can specify following command as custom shell on //[[ui_login_scp#shell|SCP/Shell tab]]// of Login dialog (Environment -> SCP/Shell): | ||
/bin/bash -c 'sudo su -' | /bin/bash -c 'sudo su -' |