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:

236,742

Downloads of v 0.67.3.4:

647

Last Update:

02 Jan 2017

Package Maintainer(s):

Software Author(s):

  • Cyril Dupont

Tags:

putty telnet ssh

KiTTY

This is not the latest version of KiTTY available.

  • 1
  • 2
  • 3

0.67.3.4 | Updated: 02 Jan 2017

Downloads:

236,742

Downloads of v 0.67.3.4:

647

Maintainer(s):

Software Author(s):

  • Cyril Dupont

Tags:

putty telnet ssh

KiTTY 0.67.3.4

This is not the latest version of KiTTY available.

  • 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.4'" [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.4'" 
$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.4'
    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.4'
end

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


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

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


package { 'kitty':
  ensure   => '0.67.3.4',
  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 02 Jan 2017.

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: 87E2FCC7E46D63F7F194F7FBAF101A35 | sha1: 5E7D768FC982EC5D54AC8FC244B17395A4A8932F | sha256: 96EBB5141C4DB838990EF7CA9CE10AA65666146D4F32344227525D99070AA065 | sha512: 80513789E609B4155BDC7E7089A503FBB6DF0DF969E7D8282A9CF166045ADA3FDDD633491A95FA7E1A67172224EEA374104ED381D21C60B559C0DE803D0CB8E5
tools\kageant.exe.gui
 
tools\kitty.exe
md5: 0F83FAEB332B475B8C9EC867FADB6F32 | sha1: 0CA8B8252E10650C4E1FC582CD83BE16B29CBE39 | sha256: E711771922BE134EF11AD5B3D539992B307B895DC6B417D01D881438B9892642 | sha512: AF41E20DBFA5B67A88CA1FE8620C888CE3BA9A4E3DAD91A8B2374E837B4A56011F9FC9D76C801D0FA06A701184C8463A86FB1B07B85B4423518AA1528B66EC9E
tools\kitty.exe.gui
 
tools\kitty.png
 
tools\kittygen.exe
md5: B321F5E44EA0A1A81B8544CD2DB28897 | sha1: C4E1322418037CD383DF8961B0BB51074848165E | sha256: B811B86A1D3798616CFD4B30696609E8E6E324FB40F8C5CA877874ABCFF9E903 | sha512: 616F4930178A006247CD805344833E02E2EBE1C4477BBEA5288AC4E71266B1D194A01DAFE083CBDBF43C0B4391CF6B1A8D38C5E10509FBC04BF42B05FAF9066F
tools\kittygen.exe.gui
 
tools\klink.exe
tools\kscp.exe
md5: 4E8D0F75871A9CA88F8D100BBF20319C | sha1: F2307CD4D7EAD377C94847AA1AB9F894642E778F | sha256: 622184F84F85608D5FC7BB4BEFAB1D6E1B70337690701E5B6EAB65BC8912A9D4 | sha512: 4663C1C9D7EA7B659222C766202A6D14C298BAC3677A50821BB08434493E6549CE65727AB8774BA74F8DE3EB6866727CA027D87CE9E39744BBE48298191AB82D
tools\ksftp.exe
md5: A339992C04F3939ED48D96F45F6CE8CA | sha1: 9CD7727134898A3727AC9F0116E1EA6956EAE135 | sha256: 66FAE4BB8F27FA2A01938B9F3C922A76112CAE84996D18AC73433FC8BB79864C | sha512: D02787E005BE396AD5562E46F11FE788DE8CF1D994B955434C889B96EA7A1C0B93A6DDCC33D92F01C8BCFC2C24E1AD07C9A542B6C6CEABFF0B74AAC398EF5CA3
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 6249 Tuesday, May 23, 2023 Approved
KiTTY 0.76.1.11 1142 Sunday, May 21, 2023 Approved
KiTTY 0.76.1.9 2117 Tuesday, May 9, 2023 Approved
KiTTY 0.76.1.7 2025 Friday, April 28, 2023 Approved
KiTTY 0.76.1.6 1326 Monday, April 24, 2023 Approved
KiTTY 0.76.1.5 4251 Tuesday, March 7, 2023 Approved
KiTTY 0.76.1.4 1223 Friday, March 3, 2023 Approved
KiTTY 0.76.1.3 3492 Sunday, January 22, 2023 Approved
KiTTY 0.76.1.2 2771 Sunday, January 1, 2023 Approved
KiTTY 0.76.0.13 3639 Wednesday, November 16, 2022 Approved
KiTTY 0.76.0.12 1606 Thursday, November 10, 2022 Approved
KiTTY 0.76.0.11 4178 Monday, September 12, 2022 Approved
KiTTY 0.76.0.10 4639 Friday, June 24, 2022 Approved
KiTTY 0.76.0.8 3841 Tuesday, May 10, 2022 Approved
KiTTY 0.74.4.13 12097 Sunday, May 2, 2021 Approved
KiTTY 0.74.4.12 405 Sunday, May 2, 2021 Approved
KiTTY 0.74.4.11 1925 Tuesday, April 20, 2021 Approved
KiTTY 0.74.4.10 958 Sunday, April 18, 2021 Approved
KiTTY 0.74.4.9 560 Friday, April 16, 2021 Approved
KiTTY 0.74.4.8 1185 Monday, April 12, 2021 Approved
KiTTY 0.74.4.7 3281 Monday, March 1, 2021 Approved
KiTTY 0.74.4.6 3079 Monday, January 25, 2021 Approved
KiTTY 0.74.4.5 1247 Wednesday, January 20, 2021 Approved
KiTTY 0.74.4.4 1667 Tuesday, January 12, 2021 Approved
KiTTY 0.74.4.3 1176 Thursday, January 7, 2021 Approved
KiTTY 0.74.4.2 345 Wednesday, January 6, 2021 Approved
KiTTY 0.74.4.1 1509 Tuesday, December 29, 2020 Approved
KiTTY 0.74.3.5 1772 Monday, December 14, 2020 Approved
KiTTY 0.74.3.4 1756 Thursday, December 3, 2020 Approved
KiTTY 0.74.3.3 563 Tuesday, December 1, 2020 Approved
KiTTY 0.74.3.2 544 Tuesday, December 1, 2020 Approved
KiTTY 0.74.3.1 2443 Friday, November 6, 2020 Approved
KiTTY 0.74.2.8 1010 Tuesday, November 3, 2020 Approved
KiTTY 0.74.2.6 2164 Sunday, October 11, 2020 Approved
KiTTY 0.74.2.5 510 Friday, October 9, 2020 Approved
KiTTY 0.74.2.4 1221 Monday, October 5, 2020 Approved
KiTTY 0.74.2.3 1670 Sunday, September 27, 2020 Approved
KiTTY 0.74.2.2 1057 Wednesday, September 23, 2020 Approved
KiTTY 0.74.2.1 1486 Friday, September 18, 2020 Approved
KiTTY 0.74.1.1 712 Thursday, September 17, 2020 Approved
KiTTY 0.74.0.7 1331 Sunday, September 13, 2020 Approved
KiTTY 0.74.0.6 1587 Wednesday, September 2, 2020 Approved
KiTTY 0.74.0.5 1651 Tuesday, August 25, 2020 Approved
KiTTY 0.74.0.4 1757 Wednesday, August 12, 2020 Approved
KiTTY 0.74.0.3 996 Saturday, August 8, 2020 Approved
KiTTY 0.74.0.2 3215 Friday, July 3, 2020 Approved
KiTTY 0.73.2.18 3067 Tuesday, June 23, 2020 Approved
KiTTY 0.73.2.17 3295 Monday, June 15, 2020 Approved
KiTTY 0.73.2.16 2605 Monday, May 18, 2020 Approved
KiTTY 0.73.2.15 1473 Wednesday, May 13, 2020 Approved
KiTTY 0.73.2.14 958 Monday, May 11, 2020 Approved
KiTTY 0.73.2.13 1020 Saturday, May 9, 2020 Approved
KiTTY 0.73.2.12 2207 Friday, May 1, 2020 Approved
KiTTY 0.73.2.11 2969 Saturday, April 18, 2020 Approved
KiTTY 0.73.2.10 1965 Sunday, April 12, 2020 Approved
KiTTY 0.73.2.9 1150 Wednesday, April 8, 2020 Approved
KiTTY 0.73.2.8 4018 Wednesday, March 18, 2020 Approved
KiTTY 0.73.2.7 1443 Sunday, March 15, 2020 Approved
KiTTY 0.73.2.6 826 Friday, March 13, 2020 Approved
KiTTY 0.73.2.4 2677 Sunday, February 23, 2020 Approved
KiTTY 0.73.2.2 2518 Wednesday, January 29, 2020 Approved
KiTTY 0.73.2.1 2592 Sunday, January 19, 2020 Approved
KiTTY 0.73.1.5 1858 Saturday, January 11, 2020 Approved
KiTTY 0.73.1.4 3304 Wednesday, December 18, 2019 Approved
KiTTY 0.73.1.2 1578 Wednesday, December 11, 2019 Approved
KiTTY 0.73.1.1 4407 Wednesday, November 6, 2019 Approved
KiTTY 0.73.0.1 2027 Saturday, October 26, 2019 Approved
KiTTY 0.72.0.6 2008 Wednesday, October 16, 2019 Approved
KiTTY 0.72.0.5 2366 Wednesday, October 2, 2019 Approved
KiTTY 0.72.0.3 2693 Wednesday, September 18, 2019 Approved
KiTTY 0.72.0.2 970 Sunday, September 15, 2019 Approved
KiTTY 0.72.0.1 1948 Sunday, September 8, 2019 Approved
KiTTY 0.71.0.701 3075 Monday, August 5, 2019 Approved
KiTTY 0.71.0.7 1882 Thursday, July 25, 2019 Approved
KiTTY 0.71.0.6 2948 Tuesday, July 16, 2019 Approved
KiTTY 0.71.0.5 5098 Monday, July 1, 2019 Approved
KiTTY 0.71.0.4 3893 Wednesday, June 12, 2019 Approved
KiTTY 0.71.0.3 932 Saturday, June 8, 2019 Approved
KiTTY 0.71.0.2 1776 Wednesday, May 29, 2019 Approved
KiTTY 0.71.0.1 1384 Wednesday, May 22, 2019 Approved
KiTTY 0.70.0.10 2691 Friday, March 29, 2019 Approved
KiTTY 0.70.0.9 6917 Wednesday, January 23, 2019 Approved
KiTTY 0.70.0.8 3226 Friday, January 11, 2019 Approved
KiTTY 0.70.0.7 2971 Wednesday, November 28, 2018 Approved
KiTTY 0.70.0.6 2273 Wednesday, October 10, 2018 Approved
KiTTY 0.70.0.5 3321 Wednesday, May 30, 2018 Approved
KiTTY 0.70.0.4 646 Tuesday, May 29, 2018 Approved
KiTTY 0.70.0.3 2352 Friday, March 16, 2018 Approved
KiTTY 0.70.0.2 790 Wednesday, March 14, 2018 Approved
KiTTY 0.70.0.1 3422 Tuesday, October 3, 2017 Approved
KiTTY 0.69.0.2 1910 Saturday, August 5, 2017 Approved
KiTTY 0.69.0.1 1777 Thursday, May 25, 2017 Approved
KiTTY 0.68.0.2 1721 Thursday, March 16, 2017 Approved
KiTTY 0.68.0.1 656 Monday, March 13, 2017 Approved
KiTTY 0.67.4.4 1065 Friday, February 17, 2017 Approved
KiTTY 0.67.4.3 966 Wednesday, February 1, 2017 Approved
KiTTY 0.67.4.2 875 Saturday, January 21, 2017 Approved
KiTTY 0.67.4.1 956 Thursday, January 5, 2017 Approved
KiTTY 0.67.3.4 647 Monday, January 2, 2017 Approved
KiTTY 0.67.3.3 808 Thursday, December 22, 2016 Approved
KiTTY 0.67.3.2 1073 Friday, November 25, 2016 Approved
KiTTY 0.67.3.1 1015 Sunday, October 23, 2016 Approved
KiTTY 0.67.1.4 825 Tuesday, October 4, 2016 Approved
KiTTY 0.67.1.2 2886 Friday, June 17, 2016 Approved
KiTTY 0.67.1.1 459 Saturday, June 11, 2016 Approved
KiTTY 0.67.0.3 557 Friday, May 13, 2016 Approved
KiTTY 0.67.0.2 627 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