> To become root, it is better to use an xterm and do > ssh -X [EMAIL PROTECTED]
ssh -X [EMAIL PROTECTED] is more efficient. However, for this to work, you need a correctly configured ssh daemon running on your workstation. This is not always the case in a default install. Specifically, once the sshd software is installed, the sshd_config file ( usually in /etc/ssh ) must contain the line PermitRootLogin yes otherwise it won't work. ( daemon restart is necessary if this change needs to be made ) Steve -- Windows: Where do you want to go today? MacOS: Where do you want to be tomorrow? Linux: Are you coming or what?
