This tutorial walks you through installing PuTTY on Windows 11 and using it to establish secure SSH connections.
Installing PuTTY
- Visit the official PuTTY download page.
- Download the Windows installer (64-bit or 32-bit as appropriate).
- Run the installer and follow the on-screen instructions.
Creating an SSH Connection
- Launch PuTTY.
- In the "Host Name (or IP address)" field, enter the server address.
- Ensure the "Port" is set to 22 (default for SSH).
- Under "Connection type," select SSH.
- Click "Open."
- When prompted, accept the server's host key.
- Log in with your username and password.
Additional Tips
- You can save sessions for future use by entering a name under "Saved Sessions" and clicking "Save."
- For key-based authentication, generate a key pair using PuTTYgen and configure the server accordingly.
This guide is part of the "Linux for Beginners" course, which provides comprehensive training for absolute beginners.