SOP: Using Putty to SSH into Your VPS Server

:one: :mag: Download Putty: Visit the official Putty website (https://www.putty.org/) :computer: and download the latest version of Putty for your operating system (Windows, macOS, or Linux) :inbox_tray:.

:two: :building_construction: Install Putty: Run the installer :computer_mouse: and follow the installation wizard :man_mage: to complete the installation process. Once installed, launch Putty :rocket:.

:three: :desktop_computer: Configure Connection: In the Putty main window, enter the following information:

  • Host Name (or IP address) :globe_with_meridians:
  • Port :door: (default: 22 for SSH)
  • Connection type (SSH or Telnet) :link:
  • Save the session by entering a name in “Saved Sessions” :floppy_disk: and click “Save.”

:four: :green_circle: Connect to Server: Select your saved session :file_folder: and click “Open” to initiate the connection. A terminal window will open :black_square_button:.

:five: :vertical_traffic_light: Security Alert: If this is your first time connecting to the server, you’ll see a security alert :warning:. Verify the server’s fingerprint :mag: and click “Yes” to trust the connection and add the server to your known hosts list :busts_in_silhouette:.

:six: :key: Enter Credentials: You’ll be prompted to enter your username :id: and password :closed_lock_with_key: or use a key pair for authentication. Type your credentials and hit “Enter” to log in.

:seven: :tada: Success: Now you’re connected to your server via Putty! :partying_face: Start entering commands and managing your server from the terminal :desktop_computer:.

:eight: :outbox_tray: 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 :file_folder:.

:nine: :stop_sign: Disconnect: To disconnect from the server, type “exit” or “logout” in the terminal, then hit “Enter” :keyboard:. The terminal window will close, and you’ll return to the Putty main window.

:keycap_ten: :arrows_counterclockwise: Reconnect: To reconnect to a previous session, simply select the saved session from the list :scroll: and click “Open” again. Happy server managing! :blush: