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.