Unpacking Software Livestream

Join our monthly Unpacking Software livestream to hear about the latest news, chat and opinion on packaging, software deployment and lifecycle management!

Learn More

Chocolatey Product Spotlight

Join the Chocolatey Team on our regular monthly stream where we put a spotlight on the most recent Chocolatey product releases. You'll have a chance to have your questions answered in a live Ask Me Anything format.

Learn More

Chocolatey Coding Livestream

Join us for the Chocolatey Coding Livestream, where members of our team dive into the heart of open source development by coding live on various Chocolatey projects. Tune in to witness real-time coding, ask questions, and gain insights into the world of package management. Don't miss this opportunity to engage with our team and contribute to the future of Chocolatey!

Learn More

Calling All Chocolatiers! Whipping Up Windows Automation with Chocolatey Central Management

Webinar from
Wednesday, 17 January 2024

We are delighted to announce the release of Chocolatey Central Management v0.12.0, featuring seamless Deployment Plan creation, time-saving duplications, insightful Group Details, an upgraded Dashboard, bug fixes, user interface polishing, and refined documentation. As an added bonus we'll have members of our Solutions Engineering team on-hand to dive into some interesting ways you can leverage the new features available!

Watch On-Demand
Chocolatey Community Coffee Break

Join the Chocolatey Team as we discuss all things Community, what we do, how you can get involved and answer your Chocolatey questions.

Watch The Replays
Chocolatey and Intune Overview

Webinar Replay from
Wednesday, 30 March 2022

At Chocolatey Software we strive for simple, and teaching others. Let us teach you just how simple it could be to keep your 3rd party applications updated across your devices, all with Intune!

Watch On-Demand
Chocolatey For Business. In Azure. In One Click.

Livestream from
Thursday, 9 June 2022

Join James and Josh to show you how you can get the Chocolatey For Business recommended infrastructure and workflow, created, in Azure, in around 20 minutes.

Watch On-Demand
The Future of Chocolatey CLI

Livestream from
Thursday, 04 August 2022

Join Paul and Gary to hear more about the plans for the Chocolatey CLI in the not so distant future. We'll talk about some cool new features, long term asks from Customers and Community and how you can get involved!

Watch On-Demand
Hacktoberfest Tuesdays 2022

Livestreams from
October 2022

For Hacktoberfest, Chocolatey ran a livestream every Tuesday! Re-watch Cory, James, Gary, and Rain as they share knowledge on how to contribute to open-source projects such as Chocolatey CLI.

Watch On-Demand

Downloads:

254,680

Downloads of v 0.67.3.3:

897

Last Update:

22 Dec 2016

Package Maintainer(s):

Software Author(s):

  • Cyril Dupont

Tags:

KiTTY

This is not the latest version of KiTTY available.

  • 1
  • 2
  • 3

0.67.3.3 | Updated: 22 Dec 2016

Downloads:

254,680

Downloads of v 0.67.3.3:

897

Maintainer(s):

Software Author(s):

  • Cyril Dupont

Tags:

putty telnet ssh

KiTTY 0.67.3.3

This is not the latest version of KiTTY available.

Legal Disclaimer: Neither this package nor Chocolatey Software, Inc. are affiliated with or endorsed by Cyril Dupont. The inclusion of Cyril Dupont trademark(s), if any, upon this webpage is solely to identify Cyril Dupont goods or services and not for commercial purposes.

  • 1
  • 2
  • 3

Some Checks Have Failed or Are Not Yet Complete

Not All Tests Have Passed


Validation Testing Passed


Verification Testing Passed

Details

Scan Testing Resulted in Flagged:

This package was submitted (and approved) prior to automated virus scanning integration into the package moderation processs.

We recommend clicking the "Details" link to make your own decision on installing this package.

Details
Learn More

Deployment Method: Individual Install, Upgrade, & Uninstall

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:

>

Deployment Method:

NOTE

This applies to both open source and commercial editions of Chocolatey.

1. Enter Your Internal Repository Url

(this should look similar to https://community.chocolatey.org/api/v2/)


2. Setup Your Environment

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://community.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

3. Copy Your Script

choco upgrade kitty -y --source="'INTERNAL REPO URL'" --version="'0.67.3.3'" [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="'INTERNAL REPO URL'" --version="'0.67.3.3'" 
$exitCode = $LASTEXITCODE

Write-Verbose "Exit code was $exitCode"
$validExitCodes = @(0, 1605, 1614, 1641, 3010)
if ($validExitCodes -contains $exitCode) {
  Exit 0
}

Exit $exitCode

- name: Install kitty
  win_chocolatey:
    name: kitty
    version: '0.67.3.3'
    source: INTERNAL REPO URL
    state: present

See docs at https://docs.ansible.com/ansible/latest/modules/win_chocolatey_module.html.


chocolatey_package 'kitty' do
  action    :install
  source   'INTERNAL REPO URL'
  version  '0.67.3.3'
end

See docs at https://docs.chef.io/resource_chocolatey_package.html.


cChocoPackageInstaller kitty
{
    Name     = "kitty"
    Version  = "0.67.3.3"
    Source   = "INTERNAL REPO URL"
}

Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.


package { 'kitty':
  ensure   => '0.67.3.3',
  provider => 'chocolatey',
  source   => 'INTERNAL REPO URL',
}

Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.


4. If applicable - Chocolatey configuration/installation

See infrastructure management matrix for Chocolatey configuration elements and examples.

Package Approved

This package was approved as a trusted package on 22 Dec 2016.

Description

KiTTY is a fork from version 0.67 of PuTTY, the best telnet / SSH client in the world.


tools\genpass.exe
md5: AD6A4F9B0166E526F4D20891115E19ED | sha1: A03AC49DE7F560357C92FE76D0BF9B243AB39F10 | sha256: 13673F67164C1D0431FFDB8DA93C97E64E18F0458EB7D30EBD52EE18F72EF94E | sha512: AA0FF5B989F068B9DF6C269437DF3D60A5AD86A0A334097000A40DE2633C2A6F36454656696A363CA5E94C95D671D6DECB2946663D4D10C30D23AB6FB71B7E31
tools\kageant.exe
md5: BB3AD0259644A202B97F0E8870096954 | sha1: 27AFB8B60F7891EE179B07880726FA8AC5A82399 | sha256: 1FCA969E8A81D3EFD30E23522E1955AEE767E424A3A092496E35DAD37912127C | sha512: 2F0A34D4ED938619A87AAA6B815BBBB3A19364F6E43DBB8206ED04738EF47E6B3BC599183C812A10394F1F18538AF1A0EC094D27527EB16B86099E951A9FCD24
tools\kageant.exe.gui
 
tools\kitty.exe
md5: 2589CEA1198DF10209F1998A52643B0F | sha1: D2DFF429F002B9413EDBF767478150266A8159C6 | sha256: B10CA37DF2B5D8B3DD01DBC5E7866DDEEC11F5D00C1754E02F2A7BEC0F7F8459 | sha512: 7876AEE8F3038BE625FD62628465A2EAFE53EA8E69E6A80E70516B6E1674F5954AF8475138A8B6396461B69E0D59D05302055939FA508E557D08B2B08759684B
tools\kitty.exe.gui
 
tools\kitty.png
 
tools\kittygen.exe
md5: 556D7EAE222A9BBC0FB003F8D20EB35F | sha1: DACFF1B0AF647C0E26708ED3E5264342A421C8DA | sha256: 96F46EA3EEEA9B8D267BE50DF2F46002991C1938392BF1FC27DE4E28BF2D0398 | sha512: 9C3BA83DC9B1E23918D54899C61F157767BB96C7221A36A001808A5E52FDC4AADFDA07DD219A846DC31328555C5565A4FF0B96C02D0EBA6B2C5F563DEE325190
tools\kittygen.exe.gui
 
tools\klink.exe
tools\kscp.exe
md5: 167786CE3B56A10E395F43FDFEF70DAB | sha1: ACBFEF3635DA3688A6401A8AAED5663294EFA543 | sha256: 6200E5B694C4BBDC8EEDF438DCF0BFE6E97BC50423C79DBCC2053566D816A97C | sha512: 0F5BC40E6F46F04A9519509D847705E1908F6B1FBF5D5FDCDF9DB12477B98D5AC9E42546D230E49350525086678DF6BFDAD85884EC91F78C3CB28BD835AEA9DC
tools\ksftp.exe
md5: 99CD4C6C653B28DF979B2B8D3ADA08D6 | sha1: DA13AFC0D0455DF832A5DA1929B7D23FEDA605A8 | sha256: 119E386307D0C48D251DE05DC899F4E749F9B8425D5B1800501E642F11083C9B | sha512: D14C021B9D5606719465E7BFD70C4E56159677CDCD7A7ADA02E08854F77BC5442196F3DB4E915B2704B4497402ED09A8DC8E5069B2D3E33CDC97FA11902CDD14
tools\LICENCE.TXT
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.txt
Verification is intended to assist the Chocolatey moderators and community
in verifying that this package's contents are trustworthy.

1) genpass.exe http://www.9bis.net/kitty/?file=genpass.exe
2) kageant.exe http://www.9bis.net/kitty/?file=kageant.exe
3) kitty.exe http://www.9bis.net/kitty/?file=kitty.exe
4) klink.exe http://www.9bis.net/kitty/?file=klink.exe
5) kscp.exe http://www.9bis.net/kitty/?file=kscp.exe
6) ksftp.exe http://www.9bis.net/kitty/?file=ksftp.exe
7) Compare checksums

Log in or click on link to see number of positives.

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.

Add to Builder Version Downloads Last Updated Status
KiTTY 0.76.1.12 6336 Tuesday, May 23, 2023 Approved
KiTTY 0.76.1.11 1192 Sunday, May 21, 2023 Approved
KiTTY 0.76.1.9 2180 Tuesday, May 9, 2023 Approved
KiTTY 0.76.1.7 2102 Friday, April 28, 2023 Approved
KiTTY 0.76.1.6 1393 Monday, April 24, 2023 Approved
KiTTY 0.76.1.5 4317 Tuesday, March 7, 2023 Approved
KiTTY 0.76.1.4 1291 Friday, March 3, 2023 Approved
KiTTY 0.76.1.3 3584 Sunday, January 22, 2023 Approved
KiTTY 0.76.1.2 2864 Sunday, January 1, 2023 Approved
KiTTY 0.76.0.13 3702 Wednesday, November 16, 2022 Approved
KiTTY 0.76.0.12 1669 Thursday, November 10, 2022 Approved
KiTTY 0.76.0.11 4250 Monday, September 12, 2022 Approved
KiTTY 0.76.0.10 4708 Friday, June 24, 2022 Approved
KiTTY 0.76.0.8 3946 Tuesday, May 10, 2022 Approved
KiTTY 0.74.4.13 12186 Sunday, May 2, 2021 Approved
KiTTY 0.74.4.12 465 Sunday, May 2, 2021 Approved
KiTTY 0.74.4.11 1994 Tuesday, April 20, 2021 Approved
KiTTY 0.74.4.10 1029 Sunday, April 18, 2021 Approved
KiTTY 0.74.4.9 621 Friday, April 16, 2021 Approved
KiTTY 0.74.4.8 1257 Monday, April 12, 2021 Approved
KiTTY 0.74.4.7 3348 Monday, March 1, 2021 Approved
KiTTY 0.74.4.6 3143 Monday, January 25, 2021 Approved
KiTTY 0.74.4.5 1318 Wednesday, January 20, 2021 Approved
KiTTY 0.74.4.4 1734 Tuesday, January 12, 2021 Approved
KiTTY 0.74.4.3 1226 Thursday, January 7, 2021 Approved
KiTTY 0.74.4.2 419 Wednesday, January 6, 2021 Approved
KiTTY 0.74.4.1 1582 Tuesday, December 29, 2020 Approved
KiTTY 0.74.3.5 1846 Monday, December 14, 2020 Approved
KiTTY 0.74.3.4 1836 Thursday, December 3, 2020 Approved
KiTTY 0.74.3.3 642 Tuesday, December 1, 2020 Approved
KiTTY 0.74.3.2 603 Tuesday, December 1, 2020 Approved
KiTTY 0.74.3.1 2510 Friday, November 6, 2020 Approved
KiTTY 0.74.2.8 1082 Tuesday, November 3, 2020 Approved
KiTTY 0.74.2.6 2233 Sunday, October 11, 2020 Approved
KiTTY 0.74.2.5 570 Friday, October 9, 2020 Approved
KiTTY 0.74.2.4 1292 Monday, October 5, 2020 Approved
KiTTY 0.74.2.3 1748 Sunday, September 27, 2020 Approved
KiTTY 0.74.2.2 1123 Wednesday, September 23, 2020 Approved
KiTTY 0.74.2.1 1555 Friday, September 18, 2020 Approved
KiTTY 0.74.1.1 772 Thursday, September 17, 2020 Approved
KiTTY 0.74.0.7 1422 Sunday, September 13, 2020 Approved
KiTTY 0.74.0.6 1675 Wednesday, September 2, 2020 Approved
KiTTY 0.74.0.5 1703 Tuesday, August 25, 2020 Approved
KiTTY 0.74.0.4 1831 Wednesday, August 12, 2020 Approved
KiTTY 0.74.0.3 1069 Saturday, August 8, 2020 Approved
KiTTY 0.74.0.2 3289 Friday, July 3, 2020 Approved
KiTTY 0.73.2.18 3161 Tuesday, June 23, 2020 Approved
KiTTY 0.73.2.17 3375 Monday, June 15, 2020 Approved
KiTTY 0.73.2.16 2689 Monday, May 18, 2020 Approved
KiTTY 0.73.2.15 1543 Wednesday, May 13, 2020 Approved
KiTTY 0.73.2.14 1045 Monday, May 11, 2020 Approved
KiTTY 0.73.2.13 1095 Saturday, May 9, 2020 Approved
KiTTY 0.73.2.12 2288 Friday, May 1, 2020 Approved
KiTTY 0.73.2.11 3041 Saturday, April 18, 2020 Approved
KiTTY 0.73.2.10 2041 Sunday, April 12, 2020 Approved
KiTTY 0.73.2.9 1226 Wednesday, April 8, 2020 Approved
KiTTY 0.73.2.8 4092 Wednesday, March 18, 2020 Approved
KiTTY 0.73.2.7 1502 Sunday, March 15, 2020 Approved
KiTTY 0.73.2.6 884 Friday, March 13, 2020 Approved
KiTTY 0.73.2.4 2753 Sunday, February 23, 2020 Approved
KiTTY 0.73.2.2 2584 Wednesday, January 29, 2020 Approved
KiTTY 0.73.2.1 2664 Sunday, January 19, 2020 Approved
KiTTY 0.73.1.5 1932 Saturday, January 11, 2020 Approved
KiTTY 0.73.1.4 3382 Wednesday, December 18, 2019 Approved
KiTTY 0.73.1.2 1635 Wednesday, December 11, 2019 Approved
KiTTY 0.73.1.1 4473 Wednesday, November 6, 2019 Approved
KiTTY 0.73.0.1 2083 Saturday, October 26, 2019 Approved
KiTTY 0.72.0.6 2081 Wednesday, October 16, 2019 Approved
KiTTY 0.72.0.5 2442 Wednesday, October 2, 2019 Approved
KiTTY 0.72.0.3 2768 Wednesday, September 18, 2019 Approved
KiTTY 0.72.0.2 1069 Sunday, September 15, 2019 Approved
KiTTY 0.72.0.1 2024 Sunday, September 8, 2019 Approved
KiTTY 0.71.0.701 3147 Monday, August 5, 2019 Approved
KiTTY 0.71.0.7 1945 Thursday, July 25, 2019 Approved
KiTTY 0.71.0.6 3005 Tuesday, July 16, 2019 Approved
KiTTY 0.71.0.5 5186 Monday, July 1, 2019 Approved
KiTTY 0.71.0.4 3958 Wednesday, June 12, 2019 Approved
KiTTY 0.71.0.3 987 Saturday, June 8, 2019 Approved
KiTTY 0.71.0.2 1862 Wednesday, May 29, 2019 Approved
KiTTY 0.71.0.1 1482 Wednesday, May 22, 2019 Approved
KiTTY 0.70.0.10 2777 Friday, March 29, 2019 Approved
KiTTY 0.70.0.9 6989 Wednesday, January 23, 2019 Approved
KiTTY 0.70.0.8 3301 Friday, January 11, 2019 Approved
KiTTY 0.70.0.7 3062 Wednesday, November 28, 2018 Approved
KiTTY 0.70.0.6 2341 Wednesday, October 10, 2018 Approved
KiTTY 0.70.0.5 3400 Wednesday, May 30, 2018 Approved
KiTTY 0.70.0.4 716 Tuesday, May 29, 2018 Approved
KiTTY 0.70.0.3 2421 Friday, March 16, 2018 Approved
KiTTY 0.70.0.2 869 Wednesday, March 14, 2018 Approved
KiTTY 0.70.0.1 3481 Tuesday, October 3, 2017 Approved
KiTTY 0.69.0.2 2010 Saturday, August 5, 2017 Approved
KiTTY 0.69.0.1 1834 Thursday, May 25, 2017 Approved
KiTTY 0.68.0.2 1808 Thursday, March 16, 2017 Approved
KiTTY 0.68.0.1 757 Monday, March 13, 2017 Approved
KiTTY 0.67.4.4 1135 Friday, February 17, 2017 Approved
KiTTY 0.67.4.3 1035 Wednesday, February 1, 2017 Approved
KiTTY 0.67.4.2 943 Saturday, January 21, 2017 Approved
KiTTY 0.67.4.1 1030 Thursday, January 5, 2017 Approved
KiTTY 0.67.3.4 729 Monday, January 2, 2017 Approved
KiTTY 0.67.3.3 897 Thursday, December 22, 2016 Approved
KiTTY 0.67.3.2 1157 Friday, November 25, 2016 Approved
KiTTY 0.67.3.1 1101 Sunday, October 23, 2016 Approved
KiTTY 0.67.1.4 905 Tuesday, October 4, 2016 Approved
KiTTY 0.67.1.2 2960 Friday, June 17, 2016 Approved
KiTTY 0.67.1.1 551 Saturday, June 11, 2016 Approved
KiTTY 0.67.0.3 634 Friday, May 13, 2016 Approved
KiTTY 0.67.0.2 695 Tuesday, March 22, 2016 Approved

This package has no dependencies.

Discussion for the KiTTY Package

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.
comments powered by Disqus