
Putty is command line tool for windows. And it is used for connecting to servers from clients computers. Here we will see, how we can use putty SSH tool and how we can connect to server and execute commands in server.
1
Login to server
- Open SSH client Putty.
- In the Host Name field, fill server host name or the IP address of the server.
- In the Port field, enter the port number by default port number is 22.
- Click on Open button.
- It takes you to command line screen, enter the password then press on enter. (password will be entered in hidden format for security reasons)
- Then you will be logged into server, user can execute the commands based on their user permissions.
2
Executing Commands using putty
- After login to server, enter the commands on this screen