Connecting to server via SSH
by deva[ Edit ] 2008-01-11 09:13:45
To access the server machine, there are two ways,
1. accessing through the Putty.exe software
2. using "ssh" command in the terminal(only for linux users)
Syntax:
ssh username@servermachineIP
For Eg:
ssh deva@199.212.111.111 (or)
ssh deva@sitename
Note: Do remember that only the "root" user has the previlege to access the site using shell. Other users cannot use the "ssh" command unless they have shell access.