Differences
This shows you the differences between the selected revisions of the page.
2005-04-29 | 2005-04-29 | ||
clarify (martin) | grammar (martin) | ||
Line 1: | Line 1: | ||
- | ====== How do I change a user after login (e.g. su root)? ====== | + | ====== How do I change an user after login (e.g. su root)? ====== |
[[protocols#sftp_ssh_file_transfer_protocol|SFTP protocol]] does not allow this. | [[protocols#sftp_ssh_file_transfer_protocol|SFTP protocol]] does not allow this. | ||
With [[protocols#scp_secure_copy_protocol|SCP protocol]] it is possible, but only if you are allowed to do ''sudo su'' without being prompted with password. See ''sudo'' documentation to learn how to do that. Then you can specify ''sudo su'' (or ''sudo su <username>'') as custom shell on //[[ui_login_scp#shell|SCP tab]]// of Login dialog. | With [[protocols#scp_secure_copy_protocol|SCP protocol]] it is possible, but only if you are allowed to do ''sudo su'' without being prompted with password. See ''sudo'' documentation to learn how to do that. Then you can specify ''sudo su'' (or ''sudo su <username>'') as custom shell on //[[ui_login_scp#shell|SCP tab]]// of Login dialog. |