Step 1: Download and Install PuTTY
- Go to the official PuTTY website: https://www.putty.org.
- Download the appropriate installer for your operating system (Windows/Linux/Mac).
- Install PuTTY by following the installation instructions.
Step 2: Obtain the IP Address of Your Server
- Check your server’s documentation or settings for its IP address.
- If you can’t find the IP address, see IP Discovery Tools below:
- Advanced IP Scanner (Windows)
- A free tool to scan your network and list all connected devices with their IP addresses.
- https://www.advanced-ip-scanner.com
- Angry IP Scanner (Cross-Platform)
- Advanced IP Scanner (Windows)
Step 3: Open PuTTY
- Launch PuTTY from your applications or desktop shortcut.
Step 4: Configure the Connection
- In the PuTTY Configuration window:
- Host Name (or IP address): Enter the server’s IP address.
- Port: Typically, SSH uses port
22
(unless your server uses a custom port). - Connection type: Ensure SSH is selected.
- (Optional) Save the session:
- Enter a name under Saved Sessions and click Save.
How to Connect via SSH Using PuTTY
Follow this guide to establish an SSH connection to a remote server:
Step 1: Download and Install PuTTY
- Go to the official PuTTY website: https://www.putty.org.
- Download the appropriate installer for your operating system (Windows/Linux/Mac).
- Install PuTTY by following the installation instructions.
Step 2: Obtain the IP Address of Your Server
- Check your server’s documentation or settings for its IP address.
- If you can’t find the IP address, see IP Discovery Tools below.
Step 3: Open PuTTY
- Launch PuTTY from your applications or desktop shortcut.
Step 4: Configure the Connection
- In the PuTTY Configuration window:
- Host Name (or IP address): Enter the server’s IP address.
- Port: Typically, SSH uses port
22
(unless your server uses a custom port). - Connection type: Ensure SSH is selected.
- (Optional) Save the session:
- Enter a name under Saved Sessions and click Save.
Step 5: Connect to the Server
- Click Open to initiate the connection.
- If it’s your first time connecting to the server, PuTTY will display a security alert about the server’s host key. Click Yes to proceed.
Step 6: Log In to the Server
- A terminal window will appear asking for a username. Enter the username provided by your server administrator.
- Next, enter the password when prompted. (Note: The password field may not show anything as you type; this is normal for security reasons.)
- Once authenticated, you’ll have access to the server via SSH.