Knowledgebase
You are here: Portal Home > Knowledgebase > Daily use tutorial > How to SSH to server?
How to SSH to server?
|
In Windows, * Open terminal/putty * This is the command to open SSH session: ssh -p 22 username@domain.com Here, username is your username and domain.com is your domain. * This will prompt you for a password. Example: ssh –p root@example.com and enter root@example.com¢s password. |
