Koozali.org: home of the SME Server
Legacy Forums => General Discussion (Legacy) => Topic started by: jpchancey on April 09, 2005, 06:23:15 AM
-
Hello,
I read in the book that a server manager can login to root from the Windows Workstation by using root as the username and the main password.
This will not work at all for me. It says that root is not found as the login.
Any help would be greatly appreciated.
-
Hello,
I read in the book that a server manager can login to root from the Windows Workstation by using root as the username and the main password.
This will not work at all for me. It says that root is not found as the login.
Any help would be greatly appreciated.
Hi,
you have to modify the SSH configuration.
[root@e-smith ]# mkdir -p /etc/e-smith/templates-custom/etc/ssh/sshd_config
[root@e-smith ]# echo "X11Forwarding yes" > /etc/e-smith/templates-custom/etc/ssh/sshd_config/X11Forwarding
[root@e-smith ]# /sbin/e-smith/expand-template /etc/ssh/sshd_config
Now restart the SSH deamon
[root@e-smith ]# service sshd restart
Now you can login using putty from windows
HTH
-
Are you trying to get into the server management website, the console or the command prompt?
To get to the website, go to http://youriphere/server-manager and enter admin in the userid field and your admin password in the password field
To get to the console, get an ssh client such as PuTTY, enter your server's ip address in the hostname field, click the radio button for SSH and click the Open button. At the login prompt enter admin for userid and your admin password for password.
To get to the command prompt follow the same directions as for the console but enter root as the userid.
Allan
-
Hi,
Have a look at this link it might be of more help
http://sme.swerts-knudsen.com/index.html?frame=http%3A//sme.swerts-knudsen.com/howtos/howto_1.htm
-
Thanks for your help. Downloaded Putty, set the proxy and went right in to root.
Thanks Everyone.