Install Putty on Mac using Brew
PuTTY is a free implementation of SSH and Telnet. For more details, you can surf: http://www.chiark.greenend.org.uk/~sgtatham/putty/
Note: Use of PuTTY is illegal in countries where encryption is outlawed.
Installation Instructions:
- Launch the Terminal app in your mac by pressing
command+space
then type terminal inside it and pressEnter
button. - Now, Install homebrew first. if you do not have it already, else skip this step:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Finally, install putty.
brew install putty
0 comments:
Post a Comment