How to login my server through SSH?

Description of your first forum.
Post Reply
kevingabriel23459
Posts: 8
Joined: Thu Jan 22, 2015 4:30 pm

How to login my server through SSH?

Post by kevingabriel23459 » Tue Aug 11, 2015 3:49 pm

Hello Everybody,

How can I use putty to login to my dedicated server via command prompt (SSH)?

Thanks

chaserichard448
Posts: 11
Joined: Thu Jan 22, 2015 4:39 pm

Re: How to login my server through SSH?

Post by chaserichard448 » Wed Aug 12, 2015 5:09 pm

Start putty.exe and enter the connection details in the Session category:

• Host Name (or IP address) - here we should enter the host/IP
• Port - here we should enter the port 18765;
• Protocol - here we should select SSH;

Once we enter the correct details, click on Open to establish the connection.

jj2561678
Posts: 10
Joined: Wed Jan 21, 2015 5:01 pm

Re: How to login my server through SSH?

Post by jj2561678 » Mon Nov 08, 2021 8:19 am

How to Use SSH to Connect
1. Go to your machine's SSH terminal and type the following command: ssh your username@host ip address ssh your username@host ip address ssh your username@
2. Enter your password and then press Enter.
3. When you connect to a server for the first time, you will be asked if you wish to keep connecting.

chloewilson773
Posts: 10
Joined: Thu Jan 22, 2015 3:41 pm

Re: How to login my server through SSH?

Post by chloewilson773 » Mon Dec 13, 2021 5:44 am

A pair of keys is created for key-based authentication: a private key and a public key.

The private key is kept secure and confidential on the client system.

You may offer the public key to anyone or put it on any server you choose to use.

When you connect with a key pair, the server will produce a message for the client computer that can only be viewed with the private key.

The client computer then sends the server the necessary answer, letting the server know that the client is genuine.

After you've set up your keys, the rest of the procedure is automated.

Post Reply