Download Putty: Visit the official Putty website (https://www.putty.org/)
and download the latest version of Putty for your operating system (Windows, macOS, or Linux)
.
Install Putty: Run the installer
and follow the installation wizard
to complete the installation process. Once installed, launch Putty
.
Configure Connection: In the Putty main window, enter the following information:
- Host Name (or IP address)
- Port
(default: 22 for SSH)
- Connection type (SSH or Telnet)
- Save the session by entering a name in “Saved Sessions”
and click “Save.”
Connect to Server: Select your saved session
and click “Open” to initiate the connection. A terminal window will open
.
Security Alert: If this is your first time connecting to the server, you’ll see a security alert
. Verify the server’s fingerprint
and click “Yes” to trust the connection and add the server to your known hosts list
.
Enter Credentials: You’ll be prompted to enter your username
and password
or use a key pair for authentication. Type your credentials and hit “Enter” to log in.
Success: Now you’re connected to your server via Putty!
Start entering commands and managing your server from the terminal
.
Transfer Files (Optional): If you need to transfer files to/from your server, use an SCP or SFTP client like “WinSCP” for Windows or “FileZilla” for macOS and Linux
.
Disconnect: To disconnect from the server, type “exit” or “logout” in the terminal, then hit “Enter”
. The terminal window will close, and you’ll return to the Putty main window.
Reconnect: To reconnect to a previous session, simply select the saved session from the list
and click “Open” again. Happy server managing!