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:
21,968
Downloads of v 1.8.4:
321
Last Update:
04 Feb 2017
Package Maintainer(s):
Software Author(s):
- PSt Freeware
Tags:
WinSSHTerm PuTTY KiTTY ssh scp XServer admin- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download

WinSSHTerm
This is not the latest version of WinSSHTerm available.
- Software Specific:
- Software Site
- Software License
- Package Specific:
- Package outdated?
- Package broken?
- Contact Maintainers
- Contact Site Admins
- Software Vendor?
- Report Abuse
- Download
Downloads:
21,968
Downloads of v 1.8.4:
321
Maintainer(s):
Software Author(s):
- PSt Freeware
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.
WinSSHTerm 1.8.4
This is not the latest version of WinSSHTerm available.
All Checks are Passing
2 Passing Test
To install WinSSHTerm, run the following command from the command line or from PowerShell:
To upgrade WinSSHTerm, run the following command from the command line or from PowerShell:
To uninstall WinSSHTerm, 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 winsshterm --internalize --version=1.8.4 --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 winsshterm -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 winsshterm -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 winsshterm installed
win_chocolatey:
name: winsshterm
state: present
version: 1.8.4
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 'winsshterm' do
action :install
version '1.8.4'
source 'STEP 3 URL'
end
See docs at https://docs.chef.io/resource_chocolatey_package.html.
Chocolatey::Ensure-Package
(
Name: winsshterm,
Version: 1.8.4,
Source: STEP 3 URL
);
Requires Otter Chocolatey Extension. See docs at https://inedo.com/den/otter/chocolatey.
cChocoPackageInstaller winsshterm
{
Name = 'winsshterm'
Ensure = 'Present'
Version = '1.8.4'
Source = 'STEP 3 URL'
}
Requires cChoco DSC Resource. See docs at https://github.com/chocolatey/cChoco.
package { 'winsshterm':
provider => 'chocolatey',
ensure => '1.8.4',
source => 'STEP 3 URL',
}
Requires Puppet Chocolatey Provider module. See docs at https://forge.puppet.com/puppetlabs/chocolatey.
salt '*' chocolatey.install winsshterm version="1.8.4" 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.
Private CDN cached downloads available for licensed customers. Never experience 404 breakages again! Learn more...
This package was approved by moderator AdmiringWorm on 09 Feb 2017.
WinSSHTerm is a portable PuTTY/KiTTY interface for accessing remote systems via SSH. It helps you to be more productive. Using keyboard shortcuts and intelligent navigation tools allows you to quickly switch between or start new SSH sessions even if you have to manage many systems. It has built-in support for copying files and running X applications. The terminal colors are carefully selected to minimize the stress for your eyes.
$packageArgs = @{
PackageName = 'WinSSHTerm'
Url = 'http://dl.winsshterm.net/WinSSHTerm-1.8.4.msi'
FileType = 'msi'
Checksum = '41AAEB3F51CC08F47CC38252E578A1008175504387669FCC04DCD903CBA44FDF'
ChecksumType = 'sha256'
SilentArgs = '/quiet'
}
Install-ChocolateyPackage @packageArgs
Log in or click on link to see number of positives.
- winsshterm.1.8.4.nupkg (f0ab825b893f) - ## / 58
- WinSSHTerm-1.8.4.msi (41aaeb3f51cc) - ## / 54
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 |
---|---|---|---|
WinSSHTerm 2.15.0 | 411 | Monday, December 21, 2020 | Approved |
WinSSHTerm 2.14.0 | 352 | Monday, November 23, 2020 | Approved |
WinSSHTerm 2.13.0 | 193 | Friday, November 13, 2020 | Approved |
WinSSHTerm 2.12.0 | 691 | Friday, August 21, 2020 | Approved |
WinSSHTerm 2.11.1 | 387 | Monday, July 13, 2020 | Approved |
WinSSHTerm 2.11.0 | 247 | Tuesday, June 30, 2020 | Approved |
WinSSHTerm 2.10.0 | 477 | Wednesday, May 13, 2020 | Approved |
WinSSHTerm 2.9.4 | 1078 | Wednesday, January 22, 2020 | Approved |
WinSSHTerm 2.9.3 | 200 | Sunday, January 12, 2020 | Approved |
WinSSHTerm 2.9.2 | 296 | Tuesday, December 24, 2019 | Approved |
WinSSHTerm 2.9.1 | 171 | Sunday, December 15, 2019 | Approved |
WinSSHTerm 2.9.0 | 184 | Friday, December 6, 2019 | Approved |
WinSSHTerm 2.8.1 | 263 | Wednesday, November 20, 2019 | Approved |
WinSSHTerm 2.8.0 | 291 | Friday, November 1, 2019 | Approved |
WinSSHTerm 2.7.1 | 663 | Sunday, August 18, 2019 | Approved |
WinSSHTerm 2.7.0 | 129 | Wednesday, August 14, 2019 | Approved |
WinSSHTerm 2.6.3 | 248 | Thursday, July 25, 2019 | Approved |
WinSSHTerm 2.6.2 | 182 | Thursday, July 18, 2019 | Approved |
WinSSHTerm 2.6.1 | 432 | Sunday, May 19, 2019 | Approved |
WinSSHTerm 2.6.0 | 183 | Tuesday, May 14, 2019 | Approved |
WinSSHTerm 2.5.2 | 391 | Wednesday, April 3, 2019 | Approved |
WinSSHTerm 2.5.1 | 230 | Thursday, March 21, 2019 | Approved |
WinSSHTerm 2.5.0 | 142 | Tuesday, March 19, 2019 | Approved |
WinSSHTerm 2.4.2 | 383 | Tuesday, February 5, 2019 | Approved |
WinSSHTerm 2.4.1 | 374 | Thursday, December 6, 2018 | Approved |
WinSSHTerm 2.4.0 | 236 | Wednesday, November 21, 2018 | Approved |
WinSSHTerm 2.3.1 | 235 | Saturday, November 3, 2018 | Approved |
WinSSHTerm 2.3.0 | 339 | Wednesday, September 12, 2018 | Approved |
WinSSHTerm 2.2.9 | 314 | Friday, August 3, 2018 | Approved |
WinSSHTerm 2.2.7 | 194 | Saturday, July 28, 2018 | Approved |
WinSSHTerm 2.2.6 | 387 | Sunday, May 27, 2018 | Approved |
WinSSHTerm 2.2.5 | 290 | Monday, May 7, 2018 | Approved |
WinSSHTerm 2.2.3 | 272 | Tuesday, April 24, 2018 | Approved |
WinSSHTerm 2.2.2 | 186 | Monday, April 23, 2018 | Approved |
WinSSHTerm 2.2.1 | 312 | Wednesday, April 4, 2018 | Approved |
WinSSHTerm 2.2.0 | 276 | Saturday, March 24, 2018 | Approved |
WinSSHTerm 2.1.9 | 337 | Friday, February 23, 2018 | Approved |
WinSSHTerm 2.1.8 | 274 | Tuesday, February 6, 2018 | Approved |
WinSSHTerm 2.1.7 | 305 | Monday, January 29, 2018 | Approved |
WinSSHTerm 2.1.6 | 354 | Saturday, January 6, 2018 | Approved |
WinSSHTerm 2.1.5 | 375 | Tuesday, December 26, 2017 | Approved |
WinSSHTerm 2.1.4 | 239 | Sunday, December 24, 2017 | Approved |
WinSSHTerm 2.1.3 | 278 | Tuesday, December 12, 2017 | Approved |
WinSSHTerm 2.1.2 | 300 | Friday, December 8, 2017 | Approved |
WinSSHTerm 1.12.10 | 340 | Monday, November 6, 2017 | Approved |
WinSSHTerm 1.12.9 | 344 | Thursday, October 12, 2017 | Approved |
WinSSHTerm 1.12.8 | 326 | Monday, October 2, 2017 | Approved |
WinSSHTerm 1.12.7 | 261 | Saturday, September 30, 2017 | Approved |
WinSSHTerm 1.12.6 | 306 | Saturday, September 16, 2017 | Approved |
WinSSHTerm 1.12.5 | 309 | Tuesday, August 29, 2017 | Approved |
WinSSHTerm 1.12.4 | 257 | Saturday, August 26, 2017 | Approved |
WinSSHTerm 1.12.3 | 323 | Tuesday, August 15, 2017 | Approved |
WinSSHTerm 1.12.2 | 264 | Sunday, August 6, 2017 | Approved |
WinSSHTerm 1.12.1 | 293 | Tuesday, July 25, 2017 | Approved |
WinSSHTerm 1.12.0 | 306 | Friday, July 21, 2017 | Approved |
WinSSHTerm 1.11.4 | 334 | Thursday, June 22, 2017 | Approved |
WinSSHTerm 1.11.3 | 296 | Thursday, June 1, 2017 | Approved |
WinSSHTerm 1.11.2 | 257 | Wednesday, May 31, 2017 | Approved |
WinSSHTerm 1.11.1 | 265 | Tuesday, May 30, 2017 | Approved |
WinSSHTerm 1.11.0 | 294 | Thursday, May 25, 2017 | Approved |
WinSSHTerm 1.10.1 | 291 | Sunday, April 30, 2017 | Approved |
WinSSHTerm 1.10.0 | 273 | Sunday, April 23, 2017 | Approved |
WinSSHTerm 1.9.5 | 265 | Thursday, April 13, 2017 | Approved |
WinSSHTerm 1.9.4 | 301 | Friday, March 31, 2017 | Approved |
WinSSHTerm 1.9.3 | 263 | Thursday, March 23, 2017 | Approved |
WinSSHTerm 1.9.2 | 297 | Thursday, March 23, 2017 | Approved |
WinSSHTerm 1.9.1 | 264 | Saturday, March 11, 2017 | Approved |
WinSSHTerm 1.9.0 | 246 | Monday, March 6, 2017 | Approved |
WinSSHTerm 1.8.5 | 306 | Wednesday, February 22, 2017 | Approved |
WinSSHTerm 1.8.4 | 321 | Saturday, February 4, 2017 | Approved |
WinSSHTerm 1.8.3 | 265 | Sunday, January 22, 2017 | Approved |
This package has no dependencies.
Ground Rules:
- This discussion is only about WinSSHTerm and the WinSSHTerm 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 WinSSHTerm, 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.