View Single Post

  #5 (permalink)  
Old 09-08-2007, 12:10 AM
nixcraft's Avatar
nixcraft nixcraft is offline
Never say die
User
 
Join Date: Jan 2005
Location: BIOS
My distro: Ubuntu
Posts: 1,061
Rep Power: 10
nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute nixcraft has a reputation beyond repute
Default

Use /bin/bash and login as root user. The ssh command to login

Code:
ssh root@your-server.com
OR
Code:
ssh root@ip-address
It may be possible that root access is disabled to make system more secure, in that case first login as normal user and use su - command to login as root user.
Code:
su -
__________________
Vivek | My personal blog
Linux Evangelist
Play hard stay cool
Reply With Quote