Welcome to the Chocolatey Community Package Repository! The packages found in this section of the site are provided, maintained, and moderated by the community.
Moderation
Every version of each package undergoes a rigorous moderation process before it goes live that typically includes:
- Security, consistency, and quality checking
- Installation testing
- Virus checking through VirusTotal
- Human moderators who give final review and sign off
More detail at Security and Moderation.
Organizational Use
If you are an organization using Chocolatey, we want your experience to be fully reliable. Due to the nature of this publicly offered repository, reliability cannot be guaranteed. Packages offered here are subject to distribution rights, which means they may need to reach out further to the internet to the official locations to download files at runtime.
Fortunately, distribution rights do not apply for internal use. With any edition of Chocolatey (including the free open source edition), you can host your own packages and cache or internalize existing community packages.
Disclaimer
Your use of the packages on this site means you understand they are not supported or guaranteed in any way. Learn more...

Downloads:
150,963
Downloads of v 0.73.1.2:
1,475
Last Update:
11 Dec 2019
Package Maintainer(s):
Software Author(s):
- Cyril Dupont
Tags:
foss telnet ssh ftp network remote- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

KiTTY
This is not the latest version of KiTTY available.
- Software Specific:
- Software Site
- Software Source
- Software License
- Package Specific:
- Package Source
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
150,963
Downloads of v 0.73.1.2:
1,475
Maintainer(s):
Software Author(s):
- Cyril Dupont
Edit Package
To edit the metadata for a package, please upload an updated version of the package.
Chocolatey's Community Package Repository currently does not allow updating package metadata on the website. This helps ensure that the package itself (and the source used to build the package) remains the one true source of package metadata.
This does require that you increment the package version.
KiTTY 0.73.1.2
This is not the latest version of KiTTY available.
All Checks are Passing
2 Passing Test
To install KiTTY, run the following command from the command line or from PowerShell:
To upgrade KiTTY, run the following command from the command line or from PowerShell:
To uninstall KiTTY, run the following command from the command line or from PowerShell:
NOTE: This applies to both open source and commercial editions of Chocolatey.
1. Ensure you are set for organizational deployment
Please see the organizational deployment guide
2. Get the package into your environment-
Open Source or Commercial:
- Proxy Repository - Create a proxy nuget repository on Nexus, Artifactory Pro, or a proxy Chocolatey repository on ProGet. Point your upstream to https://chocolatey.org/api/v2. Packages cache on first access automatically. Make sure your choco clients are using your proxy repository as a source and NOT the default community repository. See source command for more information.
- You can also just download the package and push it to a repository Download
-
Open Source
- Download the Package Download
- Follow manual internalization instructions
-
Package Internalizer (C4B)
- Run
choco download kitty --internalize --version=0.73.1.2 --source=https://chocolatey.org/api/v2
(additional options) - Run
choco push --source="'http://internal/odata/repo'"
for package and dependencies - Automate package internalization
- Run
3. Enter your internal repository url
(this should look similar to https://chocolatey.org/api/v2)
4. Choose your deployment method:
choco upgrade kitty -y --source="'STEP 3 URL'" [other options]
See options you can pass to upgrade.
See best practices for scripting.
Add this to a PowerShell script or use a Batch script with tools and in places where you are calling directly to Chocolatey. If you are integrating, keep in mind enhanced exit codes.
If you do use a PowerShell script, use the following to ensure bad exit codes are shown as failures:
choco upgrade kitty -y --source="'STEP 3 URL'"
$exitCode = $LASTEXITCODE
Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
Exit 0
}
Exit $exitCode
- name: Ensure kitty installed
win_chocolatey:
name: kitty
state: present
version: 0.73.1.2
source: STEP 3 URL
See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.
Coming early 2020! Central Managment Reporting available now! More information...
chocolatey_package 'kitty' do
action :install
version '0.73.1.2'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: kitty,
Version: 0.73.1.2,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller kitty
{
Name = 'kitty'
Ensure = 'Present'
Version = '0.73.1.2'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'kitty':
provider => 'chocolatey',
ensure => '0.73.1.2',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install kitty version="0.73.1.2" source="STEP 3 URL"
See docs at https://docs.saltstack.com/en/latest/ref/modules/all/salt.modules.chocolatey.html.
5. If applicable - Chocolatey configuration/installation
See infrastructure management matrix for Chocolatey configuration elements and examples.
This package was approved as a trusted package on 11 Dec 2019.
KiTTY is a fork of PuTTY (started from version 0.62 beta), the most popular Telnet and SSH client for Windows and Unix. It runs on Windows and it has an impressive collection of one of the most requested features that are missing from PuTTY.
Features
Sessions filter, portability, predefined command shortcuts, session launcher, automatic log-on script, URL hyperlinks, automatic command and password, running locally saved scripts in remote sessions, ZModem integration, icons for each session, transparency, unfortunate keyboard input protection, roll-up, quick start of duplicate sessions, configuration box, automatic saving, Internet Explorer integration for SSH Handler, binary compression, clipboard printing, PuTTYCyg patch, background images/transparency, organizing sessions you save in a folder hierarchy and many others that are constantly added. You can find a complete list of its features on the main page - including a description for each one.
Package parameters
/Portable
- Set kitty to use portable mode.
Example: choco install kitty --params "/Portable"
Notes
- Package can not get updated or uninstalled if any of the kitty processes is running. For safety resons you need to manually shut them down.
KiTTY is copyright 2007-2013 Cyril Dupont.
Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation files
(the "Software"), to deal in the Software without restriction,
including without limitation the rights to use, copy, modify, merge,
publish, distribute, sublicense, and/or sell copies of the Software,
and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:
The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE COPYRIGHT HOLDERS BE LIABLE
FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF
CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.
The following files have been downloaded from the specified urls, and should
be equal to the checksums specified in this file.
|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
| Filename | Checksum | Url |
| ------------ | ---------------------------------------------------------------- | ----------------------------------------------------------------------- |
| kitty.exe | B7C3CD7090BC0E5B02B123A9C5D5B45ECE70038409EA2AD9335B22704AC8DE87 | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/kitty.exe |
| kageant.exe | F74C06599AB0612BEBAA5D7CBDBCE91BC9036798743D5C5506D97006438C3C21 | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/kageant.exe |
| klink.exe | 892370E2D5331529E45A1318E037AB139E30BCB75291EC7C27C47B808EB95D8D | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/klink.exe |
| kscp.exe | 7DBB7A4F16F76276968770A9BF761EAB2DCD17293A36FBA6E5B0EF349F6C8E35 | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/kscp.exe |
| ksftp.exe | 96EB4B8125454CD9D07ACB3E21763D0B4C763868B1BC276C5781413B6C467AAA | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/ksftp.exe |
| kittygen.exe | 276385621A4154ED60B313928FFEE1267715FD9DE1858BD66E6D831F48613C7A | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/kittygen.exe |
| genpass.exe | 13673F67164C1D0431FFDB8DA93C97E64E18F0458EB7D30EBD52EE18F72EF94E | https://github.com/cyd01/KiTTY/releases/download/v0.73.1.2/genpass.exe |
|-----------------------------------------------------------------------------------------------------------------------------------------------------------|
$toolsPath = Split-Path $MyInvocation.MyCommand.Definition
$pp = Get-PackageParameters
if ($pp.Portable) {
Write-Host 'Setting portable mode'
$iniPath = Join-Path $toolsPath 'kitty.ini'
if (Test-Path $iniPath) { $ini = Get-Content $iniPath -Encoding ascii -ea 0 | Out-String }
# kitty ini file doesn't seem to have any other option now
if ($ini -notmatch 'savemode=dir') { "[KiTTY]`nsavemode=dir" | Out-File -Encoding ascii $iniPath }
}
md5: AD6A4F9B0166E526F4D20891115E19ED | sha1: A03AC49DE7F560357C92FE76D0BF9B243AB39F10 | sha256: 13673F67164C1D0431FFDB8DA93C97E64E18F0458EB7D30EBD52EE18F72EF94E | sha512: AA0FF5B989F068B9DF6C269437DF3D60A5AD86A0A334097000A40DE2633C2A6F36454656696A363CA5E94C95D671D6DECB2946663D4D10C30D23AB6FB71B7E31
md5: BB6D6222BFF905DF66C3EBABBDDC2502 | sha1: 846E2D0E5973CC9DAF4124F7634EDF6492652AAC | sha256: 080DD01B74ACBA0CD6F229C29D2F4077FE50485A61EE4D8D46BD061B01FAF820 | sha512: FFB1E12F965CCC581B2B2E36E202DEFD9D11D55B10FE93617C99D0501D74B9BE6177E396CC92E424B72A29BAA81659A8A968D382EDE5F06BF4822C0DD7ABA3C0
md5: 674337166E1FBA6B874359EFA02114EE | sha1: 68623BDB03211494D3BA72381530E61D66739FB4 | sha256: F74C06599AB0612BEBAA5D7CBDBCE91BC9036798743D5C5506D97006438C3C21 | sha512: E0E27E37CC2FF43F5E6F1DF497ED1430986EC880E31CED321BC90D4CF21C514C5BA97549E814366504AAF1FDC3D3A939146CC4E51B08448545E1562E55F140E1
md5: 22D3561A6C32AAD528ED797E21640E4F | sha1: 4A70160D363DC3343A252B677E2E14462CEA5C00 | sha256: B7C3CD7090BC0E5B02B123A9C5D5B45ECE70038409EA2AD9335B22704AC8DE87 | sha512: 2548C7972D2ED5B0EC66110CABDDEB22F50764FC42520592DC1983EA2DA3B40109DF4ECE8CF587824F23D2D48B47ABAC0B42FA77BB6AF297B4880A3797CA9C48
md5: 4AF10AD92716D17182DF8778B619E0BD | sha1: 69A6A5FF2740E965DD9239A15D8D17F60749F676 | sha256: 276385621A4154ED60B313928FFEE1267715FD9DE1858BD66E6D831F48613C7A | sha512: EB5A1BDB45C14BC452153DAF827391041E2803CE49B56765DB49A758D2328A6C232CC3A3B9C4324CE5516D89B866F94BC0A4F80846CB8153A942F26295BDF2AD
md5: 5F10E55EC96AE8C5E9B64D1EBC46A9BB | sha1: 1EB555E156E3F3AA5A8B88A4434EAF3924C38F8A | sha256: 892370E2D5331529E45A1318E037AB139E30BCB75291EC7C27C47B808EB95D8D | sha512: 623DCA0015484A1AC61D6A030BC5D6CC977899725E69AC7DE1DF6A8811F963CE9CDFD8A4CB7859C3D1CEDDCD63D337DD0A1D0BF12353A2DA38138838F1B22B58
md5: 8D87DC2A79D19DACBAF13AD50079AAAE | sha1: 5BD78155F5BCEB0742C2660C40DDDBC6EBA265AF | sha256: 7DBB7A4F16F76276968770A9BF761EAB2DCD17293A36FBA6E5B0EF349F6C8E35 | sha512: 183EF4907E873DF798F2BB32CE2EF0863B2B62238DEC0123AE1C406F0284437DDB874ED3FD08D5644A64152B3B8A37E6F3A7942905E014B2D5BCE2D46F8F9158
md5: 72ECC38A3C338F1F9CCB8641B5D5BF79 | sha1: 5FF53A492925F92272E5D04BE2052B97D2227FEC | sha256: 96EB4B8125454CD9D07ACB3E21763D0B4C763868B1BC276C5781413B6C467AAA | sha512: 15A1932BD17F7B109D188F97D45C19C634BDB7F6054AD9B33066A170C144C729042CABD2414EFF30BC78F41E1DE809221E395B941CBD8F5AEE45C804DDA55937
Log in or click on link to see number of positives.
- genpass.exe (13673f67164c) - ## / 71
- gensfc.exe (080dd01b74ac) - ## / 68
- kitty.0.73.1.2.nupkg (f4558223365f) - ## / 63
- kageant.exe (f74c06599ab0) - ## / 71
- kitty.exe (b7c3cd7090bc) - ## / 69
- kittygen.exe (276385621a41) - ## / 72
- klink.exe (892370e2d533) - ## / 72
- kscp.exe (7dbb7a4f16f7) - ## / 71
- ksftp.exe (96eb4b812545) - ## / 71
In cases where actual malware is found, the packages are subject to removal. Software sometimes has false positives. Moderators do not necessarily validate the safety of the underlying software, only that a package retrieves software from the official distribution point and/or validate embedded software against official distribution point (where distribution rights allow redistribution).
Chocolatey Pro provides runtime protection from possible malware.
Version | Downloads | Last Updated | Status |
---|---|---|---|
KiTTY 0.74.4.5 | 616 | Wednesday, January 20, 2021 | Approved |
KiTTY 0.74.4.4 | 1579 | Tuesday, January 12, 2021 | Approved |
KiTTY 0.74.4.3 | 1100 | Thursday, January 7, 2021 | Approved |
KiTTY 0.74.4.2 | 266 | Wednesday, January 6, 2021 | Approved |
KiTTY 0.74.4.1 | 1417 | Tuesday, December 29, 2020 | Approved |
KiTTY 0.74.3.5 | 1674 | Monday, December 14, 2020 | Approved |
KiTTY 0.74.3.4 | 1654 | Thursday, December 3, 2020 | Approved |
KiTTY 0.74.3.3 | 459 | Tuesday, December 1, 2020 | Approved |
KiTTY 0.74.3.2 | 476 | Tuesday, December 1, 2020 | Approved |
KiTTY 0.74.3.1 | 2361 | Friday, November 6, 2020 | Approved |
KiTTY 0.74.2.8 | 919 | Tuesday, November 3, 2020 | Approved |
KiTTY 0.74.2.6 | 2079 | Sunday, October 11, 2020 | Approved |
KiTTY 0.74.2.5 | 423 | Friday, October 9, 2020 | Approved |
KiTTY 0.74.2.4 | 1118 | Monday, October 5, 2020 | Approved |
KiTTY 0.74.2.3 | 1582 | Sunday, September 27, 2020 | Approved |
KiTTY 0.74.2.2 | 963 | Wednesday, September 23, 2020 | Approved |
KiTTY 0.74.2.1 | 1396 | Friday, September 18, 2020 | Approved |
KiTTY 0.74.1.1 | 625 | Thursday, September 17, 2020 | Approved |
KiTTY 0.74.0.7 | 1244 | Sunday, September 13, 2020 | Approved |
KiTTY 0.74.0.6 | 1484 | Wednesday, September 2, 2020 | Approved |
KiTTY 0.74.0.5 | 1554 | Tuesday, August 25, 2020 | Approved |
KiTTY 0.74.0.4 | 1651 | Wednesday, August 12, 2020 | Approved |
KiTTY 0.74.0.3 | 907 | Saturday, August 8, 2020 | Approved |
KiTTY 0.74.0.2 | 3094 | Friday, July 3, 2020 | Approved |
KiTTY 0.73.2.18 | 2958 | Tuesday, June 23, 2020 | Approved |
KiTTY 0.73.2.17 | 3192 | Monday, June 15, 2020 | Approved |
KiTTY 0.73.2.16 | 2513 | Monday, May 18, 2020 | Approved |
KiTTY 0.73.2.15 | 1341 | Wednesday, May 13, 2020 | Approved |
KiTTY 0.73.2.14 | 849 | Monday, May 11, 2020 | Approved |
KiTTY 0.73.2.13 | 909 | Saturday, May 9, 2020 | Approved |
KiTTY 0.73.2.12 | 2092 | Friday, May 1, 2020 | Approved |
KiTTY 0.73.2.11 | 2876 | Saturday, April 18, 2020 | Approved |
KiTTY 0.73.2.10 | 1871 | Sunday, April 12, 2020 | Approved |
KiTTY 0.73.2.9 | 1041 | Wednesday, April 8, 2020 | Approved |
KiTTY 0.73.2.8 | 3884 | Wednesday, March 18, 2020 | Approved |
KiTTY 0.73.2.7 | 1338 | Sunday, March 15, 2020 | Approved |
KiTTY 0.73.2.6 | 690 | Friday, March 13, 2020 | Approved |
KiTTY 0.73.2.4 | 2587 | Sunday, February 23, 2020 | Approved |
KiTTY 0.73.2.2 | 2404 | Wednesday, January 29, 2020 | Approved |
KiTTY 0.73.2.1 | 2492 | Sunday, January 19, 2020 | Approved |
KiTTY 0.73.1.5 | 1746 | Saturday, January 11, 2020 | Approved |
KiTTY 0.73.1.4 | 3195 | Wednesday, December 18, 2019 | Approved |
KiTTY 0.73.1.2 | 1475 | Wednesday, December 11, 2019 | Approved |
KiTTY 0.73.1.1 | 4322 | Wednesday, November 6, 2019 | Approved |
KiTTY 0.73.0.1 | 1914 | Saturday, October 26, 2019 | Approved |
KiTTY 0.72.0.6 | 1887 | Wednesday, October 16, 2019 | Approved |
KiTTY 0.72.0.5 | 2242 | Wednesday, October 2, 2019 | Approved |
KiTTY 0.72.0.3 | 2568 | Wednesday, September 18, 2019 | Approved |
KiTTY 0.72.0.2 | 870 | Sunday, September 15, 2019 | Approved |
KiTTY 0.72.0.1 | 1842 | Sunday, September 8, 2019 | Approved |
KiTTY 0.71.0.701 | 2973 | Monday, August 5, 2019 | Approved |
KiTTY 0.71.0.7 | 1782 | Thursday, July 25, 2019 | Approved |
KiTTY 0.71.0.6 | 2840 | Tuesday, July 16, 2019 | Approved |
KiTTY 0.71.0.5 | 3054 | Monday, July 1, 2019 | Approved |
KiTTY 0.71.0.4 | 3757 | Wednesday, June 12, 2019 | Approved |
KiTTY 0.71.0.3 | 826 | Saturday, June 8, 2019 | Approved |
KiTTY 0.71.0.2 | 1673 | Wednesday, May 29, 2019 | Approved |
KiTTY 0.71.0.1 | 1267 | Wednesday, May 22, 2019 | Approved |
KiTTY 0.70.0.10 | 2554 | Friday, March 29, 2019 | Approved |
KiTTY 0.70.0.9 | 6788 | Wednesday, January 23, 2019 | Approved |
KiTTY 0.70.0.8 | 3094 | Friday, January 11, 2019 | Approved |
KiTTY 0.70.0.7 | 2841 | Wednesday, November 28, 2018 | Approved |
KiTTY 0.70.0.6 | 2124 | Wednesday, October 10, 2018 | Approved |
KiTTY 0.70.0.5 | 3192 | Wednesday, May 30, 2018 | Approved |
KiTTY 0.70.0.4 | 488 | Tuesday, May 29, 2018 | Approved |
KiTTY 0.70.0.3 | 2224 | Friday, March 16, 2018 | Approved |
KiTTY 0.70.0.2 | 651 | Wednesday, March 14, 2018 | Approved |
KiTTY 0.70.0.1 | 3298 | Tuesday, October 3, 2017 | Approved |
KiTTY 0.69.0.2 | 1731 | Saturday, August 5, 2017 | Approved |
KiTTY 0.69.0.1 | 1670 | Thursday, May 25, 2017 | Approved |
KiTTY 0.68.0.2 | 1600 | Thursday, March 16, 2017 | Approved |
KiTTY 0.68.0.1 | 533 | Monday, March 13, 2017 | Approved |
KiTTY 0.67.4.4 | 967 | Friday, February 17, 2017 | Approved |
KiTTY 0.67.4.3 | 842 | Wednesday, February 1, 2017 | Approved |
KiTTY 0.67.4.2 | 772 | Saturday, January 21, 2017 | Approved |
KiTTY 0.67.4.1 | 850 | Thursday, January 5, 2017 | Approved |
KiTTY 0.67.3.4 | 544 | Monday, January 2, 2017 | Approved |
KiTTY 0.67.3.3 | 684 | Thursday, December 22, 2016 | Approved |
KiTTY 0.67.3.2 | 963 | Friday, November 25, 2016 | Approved |
KiTTY 0.67.3.1 | 896 | Sunday, October 23, 2016 | Approved |
KiTTY 0.67.1.4 | 723 | Tuesday, October 4, 2016 | Approved |
KiTTY 0.67.1.2 | 2790 | Friday, June 17, 2016 | Approved |
KiTTY 0.67.1.1 | 336 | Saturday, June 11, 2016 | Approved |
KiTTY 0.67.0.3 | 423 | Friday, May 13, 2016 | Approved |
KiTTY 0.67.0.2 | 527 | Tuesday, March 22, 2016 | Approved |
Cyril Dupont
This package has no dependencies.
Ground Rules:
- This discussion is only about KiTTY and the KiTTY package. If you have feedback for Chocolatey, please contact the Google Group.
- This discussion will carry over multiple versions. If you have a comment about a particular version, please note that in your comments.
- The maintainers of this Chocolatey Package will be notified about new comments that are posted to this Disqus thread, however, it is NOT a guarantee that you will get a response. If you do not hear back from the maintainers after posting a message below, please follow up by using the link on the left side of this page or follow this link to contact maintainers. If you still hear nothing back, please follow the package triage process.
- Tell us what you love about the package or KiTTY, or tell us what needs improvement.
- Share your experiences with the package, or extra configuration or gotchas that you've found.
- If you use a url, the comment will be flagged for moderation until you've been whitelisted. Disqus moderated comments are approved on a weekly schedule if not sooner. It could take between 1-5 days for your comment to show up.