Open In App

How to Download and Install PuTTY on MacOS?

Last Updated : 16 Feb, 2023
Improve
Improve
Like Article
Like
Save
Share
Report

An open-source SSH and Telnet client called PuTTY was created for Windows and is also accessible outside of Windows. Since it is a free source, it has also become more well-liked among Linux users or mac users. Numerous protocols are supported by PuTTY, including SFTP, SCP, Telnet, rlogin, serial connection, and SSH. Let’s understand PuTTY installation on macOS.

Steps to Install PuTTY on macOS

Step 1: In order to install PuTTY on macOS, the first thing we require is homebrew on our mac. To install Homebrew on macOS, you’ll need to have the Xcode Command Line Tools installed on your machine. Once you have the Xcode Command Line Tools installed, you can install Homebrew by running the following command in a terminal:

/usr/bin/ruby -e “$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)”

installing-homebrew

 

Step 2: Now click enter and fill in the mac password. Homebrew is installed in the system.

homebrew-installed

 

Step 3: This will download and install the latest version of Homebrew. Once the installation is complete, you can use the brew command to install and manage packages. For example, to install the wget package, you can run the following command:

brew install wget

using-brew-command

 

Step 4: Once you have Homebrew installed, you can install PuTTY by running the following command:

brew install putty

putty-already-installed

 

Step 5: Since putty was already installed, the command used here is,

brew reinstall putty

putty-reinstalled

 

Alternate Method

An alternate method to install putty on macOS is through MacPorts. Following are the steps that one can follow for the same:

Step 1: Install Macports.

Step 2: Run the following command to update the package manager:

sudo port selfupdate

Step 3: Nest step is to search the Putty package by running the command,

sudo port search putty

Step 4: Install the main Putty package using the command,

sudo port install putty

Step 5: You can now start Putty by running “putty” in the terminal and then use putty configuration window to enter the hostname or IP address of the remote server.


Like Article
Suggest improvement
Previous
Next
Share your thoughts in the comments

Similar Reads