Difference between revisions of "PuTTY"

From Computer History Wiki
Jump to: navigation, search
(Downloading)
(Proper cat, add new home page)
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Putty is a telnet/ssh client for Win32 Operating systems (Windows 95+).  The best part about putty is that it does not require any installation, nor any other system packages, you can just download and run the exe.  Putty also can handle various terminal types built in, and can store connection profiles into the registry.
+
Putty is a [[telnet]]/[[ssh]] [[client]] for Win32 Operating systems (Windows 95+).  The best part about putty is that it does not require any installation, nor any other system packages, you can just download and run the exe.  Putty also can handle various terminal types built in, and can store connection profiles into the registry.
 
 
== Home page ==
 
 
 
The home page is located [http://www.chiark.greenend.org.uk/~sgtatham/putty/ here]
 
 
 
  
 
== Information from the homepage ==
 
== Information from the homepage ==
  
 
<pre>
 
<pre>
PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator. It is written and maintained primarily by Simon Tatham.  
+
PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator.  
 +
It is written and maintained primarily by Simon Tatham.  
  
 
The latest version is beta 0.60.  
 
The latest version is beta 0.60.  
  
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.  
+
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.  
+
Use of the Telnet-only binary (PuTTYtel) is un-restricted by any cryptography laws.  
  
Latest news
+
Latest news:
 
2007-04-29 PuTTY 0.60 is released  
 
2007-04-29 PuTTY 0.60 is released  
 
  
 
</pre>
 
</pre>
Line 28: Line 26:
 
All other downloads are from the [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html download page].
 
All other downloads are from the [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html download page].
  
 +
==External links==
 +
 +
* [http://www.chiark.greenend.org.uk/~sgtatham/putty/ PuTTY: a free SSH and Telnet client] - Original home page
 +
* [https://www.putty.org/ Download PuTTY] - New home page
  
 +
{{semi-stub}}
  
[[Category:Terminal Emulator]]
+
[[Category:Terminal Emulators]]

Revision as of 21:47, 18 October 2018

Putty is a telnet/ssh client for Win32 Operating systems (Windows 95+). The best part about putty is that it does not require any installation, nor any other system packages, you can just download and run the exe. Putty also can handle various terminal types built in, and can store connection profiles into the registry.

Information from the homepage

PuTTY is a free implementation of Telnet and SSH for Win32 and Unix platforms, along with an xterm terminal emulator. 
It is written and maintained primarily by Simon Tatham. 

The latest version is beta 0.60. 

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 un-restricted by any cryptography laws. 

Latest news:
2007-04-29 PuTTY 0.60 is released 

Downloading

You can download the win32 i386 version directly here.
All other downloads are from the download page.

External links