About the App
- App name: putty
- App description: Implementation of Telnet and SSH
- App website: http://www.chiark.greenend.org.uk/~sgtatham/putty/
Install the App
- Press
Command+Space
and type Terminal and press enter/return key. - Run in Terminal app:
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew install putty
Done! You can now use putty
.
Dumb question here but where can I find the installed Putty app? I followed the instructions but couldn’t find to run afterward.
Thanks
Hello,
I have the same problem. I find only:
/usr/local/Cellar/putty/0.70/bin
ls -la
total 3424
drwxr-xr-x 6 jobalser admin 204 4 Jul 21:31 .
drwxr-xr-x 8 jobalser admin 272 5 Sep 08:27 ..
-r-xr-xr-x 1 jobalser admin 486688 4 Jul 21:31 plink
-r-xr-xr-x 1 jobalser admin 498636 4 Jul 21:31 pscp
-r-xr-xr-x 1 jobalser admin 506804 4 Jul 21:31 psftp
-r-xr-xr-x 1 jobalser admin 257348 4 Jul 21:31 puttygen
jobalser-mac:bin jobalser$
please can you help me?
Thank you very much
Regards
Jörg
Update: Current stable version (.67) of putty can’t be build with gtk+2 support on OS X using homebrew. This is a know issue #40951. It seems you can install from HEAD version (brew install –HEAD –with-gtk+3 putty) and for me that is also broken.
brew install putty by default installs from a pre-built bottle. The pre-built bottle for putty doesn’t include putty, puttytel or pterm.
If you want putty then can try installing from source. First remove the installed putty formula by running brew remove putty. After that install putty from source by running brew install –build-from-source –with-gtk+3 putty.
Have the same problem, where is the app?
this package doesnt include the putty binary, just plink, psftp, pscp, and puttygen
+1where can I find the installed Putty app?
@Tom : me too
I can’t find the putty to run either
Same issue here using highsierra
same here ¿did you find it?
Thank you.
==> Updated Formulae
kompose pianobar
==> Downloading https://homebrew.bintray.com/bottles/putty-0.70.sierra.bottle.ta
######################################################################## 100.0%
==> Pouring putty-0.70.sierra.bottle.tar.gz
🍺 /usr/local/Cellar/putty/0.70: 12 files, 1.7MB
issue Putty on command line “no way”
Hello,
is there anyone who can help me and explain where I can find the application putty?
Only what I see is:
jobalser-mac:bin jobalser$ ls -la
total 3424
drwxr-xr-x 6 jobalser admin 204 4 Jul 21:31 .
drwxr-xr-x 8 jobalser admin 272 5 Sep 08:27 ..
-r-xr-xr-x 1 jobalser admin 486688 4 Jul 21:31 plink
-r-xr-xr-x 1 jobalser admin 498636 4 Jul 21:31 pscp
-r-xr-xr-x 1 jobalser admin 506804 4 Jul 21:31 psftp
-r-xr-xr-x 1 jobalser admin 257348 4 Jul 21:31 puttygen
but no putty application.
Thank you very much for help.
Regards
Jörg
I too would like to know how to run after installing
I’m in the same boat, no putty executable even after a find / -name putty
yes that is a good question where could i find the app (putty)?
I just did install and do not see where there is a putty command. Seems there is some steps left to be done. Please advise
Hi, where can i find the installed putty app?
Its broken…
https://apple.stackexchange.com/questions/240679/homebrew-putty-installation-does-not-make-the-putty-command-recognisable
thank you. These instructions saved me so much time