Putty For Mac Os Free Download



Download Putty for Mac for Mac to access servers through various protocols. The following steps have been tested on OS X El Capitan. Install Xcode 2. Install Command Line Tools Launch the terminal, found in /Applications/Utilities, type this command: xcode-select -install 3.Download and install MacPorts 4.sudo port -v selfupdate 5. Type this command sudo port install putty 6. Using the built-in SSH client in Mac OS X. Mac OS X includes a command-line SSH client as part of the operating system. To use it, goto Finder, and selext Go - Utilities from the top menu. Then look for Terminal. Terminal can be used to get a local terminal window, and also supports SSH connections to remote servers.

Home |FAQ |Feedback |Licence |Updates |Mirrors |Keys |Links |Team
Download: Stable ·Snapshot |Docs |Changes |Wishlist

This page contains download links for the latest released version ofPuTTY.Currently this is 0.74, released on 2020-06-27.

Putty Mac Os

When new releases come out, this page will update to contain thelatest, so this is a good page to bookmark or link to.Alternatively, here is apermanent link to the 0.74 release.

Release versions of PuTTY are versions we think are reasonably likelyto work well. However, they are often not the most up-to-dateversion of the code available. If you have a problem with thisrelease, then it might be worth trying outthe development snapshots,to see if the problem has already been fixed in those versions.

Package files

You probably want one of these. They include versions of all thePuTTY utilities.

(Not sure whether you want the 32-bit or the 64-bit version? Read theFAQ entry.)

32-bit:putty-0.74-installer.msi(or by FTP)(signature)
64-bit:putty-64bit-0.74-installer.msi(or by FTP)(signature)
.tar.gz:putty-0.74.tar.gz(or by FTP)(signature)

Alternative binary files

The installer packages above will provide versions of all of these(except PuTTYtel), but you can download standalone binaries oneby one if you prefer.

(Not sure whether you want the 32-bit or the 64-bit version? Read theFAQ entry.)

32-bit:putty.exe(or by FTP)(signature)
pscp.exe (an SCP client, i.e. command-line secure file copy)
64-bit:pscp.exe(or by FTP)(signature)
psftp.exe (an SFTP client, i.e. general file transfer sessions much like FTP)
Free
64-bit:psftp.exe(or by FTP)(signature)
32-bit:puttytel.exe(or by FTP)(signature)
plink.exe (a command-line interface to the PuTTY back ends)

Putty For Mac

64-bit:plink.exe(or by FTP)(signature)
pageant.exe (an SSH authentication agent for PuTTY, PSCP, PSFTP, and Plink)
64-bit:pageant.exe(or by FTP)(signature)
puttygen.exe (a RSA and DSA key generation utility)
64-bit:puttygen.exe(or by FTP)(signature)
32-bit:putty.zip(or by FTP)(signature)

Documentation

HTML:Contents page
Zipped HTML:puttydoc.zip(or by FTP)
Windows HTML Help:putty.chm(or by FTP)

Source code

.tar.gz:putty-0.74.tar.gz(or by FTP)(signature)
.zip:putty-src.zip(or by FTP)(signature)
Clone:https://git.tartarus.org/simon/putty.git

Downloads for Windows on Arm

Compiled executable files for Windows on Arm. These are believed towork, but as yet, they have had minimal testing.

64-bit Arm:putty-arm64-0.74-installer.msi(or by FTP)(signature)
32-bit Arm:putty-arm32-0.74-installer.msi(or by FTP)(signature)

Putty For Os X

64-bit Arm:putty.exe(or by FTP)(signature)
64-bit Arm:psftp.exe(or by FTP)(signature)
Puttygen download for mac
64-bit Arm:plink.exe(or by FTP)(signature)
64-bit Arm:puttygen.exe(or by FTP)(signature)
32-bit Arm:pscp.exe(or by FTP)(signature)
32-bit Arm:puttytel.exe(or by FTP)(signature)
32-bit Arm:pageant.exe(or by FTP)(signature)
Zip file of all Windows on Arm executables
32-bit Arm:putty.zip(or by FTP)(signature)

Checksum files

Free
MD5:md5sums(or by FTP)(signature)
SHA-256:sha256sums(or by FTP)(signature)
If you want to comment on this web site, see theFeedback page.
(last modified on Sat Jun 27 08:28:13 2020)
Freeware
Windows/Linux

Putty For Mac Free Download

3.0 MB
57,499

Osx Putty

These protocols are all used to run a remote session on a computer, over a network. PuTTY implements the client end of that session: the end at which the session is displayed, rather than the end at which it runs.

In really simple terms: you run PuTTY on a Windows machine, and tell it to connect to (for example) a Unix machine. PuTTY opens a window. Then, anything you type into that window is sent straight to the Unix machine, and everything the Unix machine sends back is displayed in the window. So you can work on the Unix machine as if you were sitting at its console, while actually sitting somewhere else.

What's New:

  • Security fix: prevent a nefarious SSH server or network attacker from crashing PuTTY at startup in three different ways by presenting a maliciously constructed public key and signature.
  • Security fix: PuTTY no longer retains the private half of users' keys in memory by mistake after authenticating with them.
  • Revamped the internal configuration storage system to remove all fixed arbitrary limits on string lengths. In particular, there should now no longer be an unreasonably small limit on the number of port forwardings PuTTY can store.
  • Port-forwarded TCP connections which close one direction before the other should now be reliably supported, with EOF propagated independently in the two directions. This also fixes some instances of port-forwarding data corruption (if the corruption consisted of losing data from the very end of the connection) and some instances of PuTTY failing to close when the session is over (because it wrongly thought a forwarding channel was still active when it was not).
  • The terminal emulation now supports xterm's bracketed paste mode (allowing aware applications to tell the difference between typed and pasted text, so that e.g. editors need not apply inappropriate auto-indent).
  • You can now choose to display bold text by both brightening the foreground colour and changing the font, not just one or the other.
  • PuTTYgen will now never generate a 2047-bit key when asked for 2048 (or more generally n−1 bits when asked for n).
  • Some updates to default settings: PuTTYgen now generates 2048-bit keys by default (rather than 1024), and PuTTY defaults to UTF-8 encoding and 2000 lines of scrollback (rather than ISO 8859-1 and 200).
  • Unix: PSCP and PSFTP now preserve the Unix file permissions, on copies in both directions.
  • Unix: dead keys and compose-character sequences are now supported.
  • Unix: PuTTY and pterm now permit font fallback (where glyphs not present in your selected font are automatically filled in from other fonts on the system) even if you are using a server-side X11 font rather than a Pango client-side one.
  • Bug fixes too numerous to list, mostly resulting from running the code through Coverity Scan which spotted an assortment of memory and resource leaks, logic errors, and crashes in various circumstances.

Legal Warning: Use of PuTTY, PSCP, PSFTP and Plink is illegal in countries where encryption is outlawed. I believe it is legal to use PuTTY, PSCP, PSFTP and Plink in England and Wales and in many other countries, but I am not a lawyer and so if in doubt you should seek legal advice before downloading it. You may find this site useful (it's a survey of cryptography laws in many countries) but I can't vouch for its correctness.

Use of the Telnet-only binary (PuTTYtel) is unrestricted by any cryptography laws.

Software similar to PuTTY 3

Putty for mac os free downloadPutty for os x
  • 93 votes
    WinSCP is an open source free SFTP client and FTP client for Windows.
    • Freeware
    • Windows
  • 4 votes
    FTP client that is used to transfer files between your computer and File Transfer Protocol (FTP) servers.
    • Free to Try
    • Windows
  • 2 votes
    Secure FTP, designed with automation in mind, so you do not have to spend time interactively transferring files.
    • Free to Try
    • Windows/macOS