Kitty SSH Download For Windows

[vc_row][vc_column][vc_tta_tabs style=”modern” active_section=”1″][vc_tta_section title=”About” tab_id=”aboutf856-8f34903c-f265″][vc_column_text]

KiTTY is a fork from 0.60 version of PuTTY,free SSH, Telnet, and Rlogin client that will enable advanced users to control all aspects of their network connection and file transfers including some versatile features such as session filters, session icon, automatic login, automatic password protection, shortcuts for pre-defined commands, running a locally saved script on a remote session, etc. The app is open-source software that is available with source code and is developed and supported by a group of volunteers.

Kitty SSH Client Software

KiTTY is a compact SSH client application designed to help you use the Telnet protocol in order to connect to a remote computer. The program uses the PuTTY core and aims to improve the experience by adding new features.

The main working environment of the tool is a DOS command interface where power users can use their scripts, but the majority of the tools that enable full control over SHH, Telnet and other protocols can be accessed via configuration screen that has an incredible amount of tools for managing your Sessions, Terminal window, Window appearance (background, colors, hyperlinks, behavior) and Connection (data, proxy, serial, Zmodem).

What is Telnet?

Telnet is a network connection protocol that allows users to send text commands to a remote system. Although it lost popularity due to security issues, the protocol is still used by the network administrators who need to gain access to remote computers and execute commands.

This tool allows you to connect to a workstation by specifying the IP address and the connection type. Besides Telnet, the program can use raw, SSH, and serial connections. The user can configure multiple connections and save the parameters in order to quickly resume the connection later.

If you need to create a secure connection, the app is able to use a SOCKS or HTTP proxy server. By default, it uses AES encryption for SSH connections but also offers Blowfish and 3DES encryption algorithms.

The interface of the application is easy to understand and provides quick access to all the parameters for the current session, terminal window, and connection. You have the option to customize the terminal window by specifying its name, behavior, and color.

As you can see below, KiTTY has a wide array of advanced features that can allow users absolutely free way for every user to control their Telnet and SSH connection on Windows OS, manage their sessions, set up filters, create lists of pre-saved commands, shortcuts, automatic login procedures and everything else that will make professional users smile.  Here’s the large list of features that are accessible in KiTTY:

  • Sessions filter
  • Portability
  • Shortcuts for pre-defined command
  • The session launcher
  • Automatic login script
  • URL hyperlinks

Kitty SSH Client Features

  • Automatic password
  • Automatic command
  • Running a locally saved script on a remote session
  • ZModem integration

Graphical features:

  • An icon for each session
  • Send to tray
  • Transparency
  • Protection against unfortunate keyboard input
  • Roll-up
  • Always visible
  • Quick start of a duplicate session
  • Config Box

Other features:

  • Automatic saving
  • SSH Handler: Internet Explorer integration
  • pscp.exe and WinSCP integration
  • Binary compression
  • Clipboard printing
  • The PuTTYCyg patch
  • Background image
  • New command-line options
  • A light chat server is hidden in the app
  • A hidden text editor is integrated into the tool

Kitty SSH Client System Requirements

Processor2 GHz.
Memory2 GB RAM.
GraphicsIntel HD Graphics 4000
DirectXVersion 9.0

[/vc_column_text][/vc_tta_section][vc_tta_section title=”Alternatives” tab_id=”1613204936455-cd1a2326-6b56f856-8f34903c-f265″][vc_column_text]

  • PuTTY
  • ConEmu
  • cmder
  • OpenSSH
  • PowerShell

[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]

Kitty SSH Software Overview

[/vc_column_text][vc_single_image image=”79574″][vc_column_text css=”.vc_custom_1637572163360{margin-top: 10px !important;}”]

Teknisk specifikation

Version0.76.0.2
Filstorlek2.07 MB
SpråkEngelska
LicensOpen Source
Utvecklare9bis Software

[/vc_column_text][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]Slutsats

the application includes the option to automatically execute a set of commands when you connect to the server. You can specify a single command or load a script from an external file.[/vc_column_text][/vc_column][/vc_row]

// Constants for DOM elements const dropdownTriggers = document.querySelectorAll('.dz-menu-item.dropdown'); const dropdownContent = document.querySelector('.dz-dropdown-content'); const dropdownPanels = document.querySelectorAll('.dz-dropdown-panel'); const header = document.querySelector('.dz-header-wrap');// State to track the currently open menu item element let activeDropdownElement = null; let closeTimer = null; // Timer for delayed closing// Function to close all dropdowns function closeAllDropdowns() { if (closeTimer) { clearTimeout(closeTimer); closeTimer = null; } // Only proceed if the elements exist if (dropdownContent) { dropdownContent.classList.remove('open'); } dropdownPanels.forEach(panel => panel.classList.remove('active')); dropdownTriggers.forEach(item => item.classList.remove('active')); activeDropdownElement = null; }// Function to open a specific dropdown function openDropdown(item, targetPanel) { if (closeTimer) { clearTimeout(closeTimer); closeTimer = null; } // 1. Close all others closeAllDropdowns(); // 2. Open the new one item.classList.add('active'); targetPanel.classList.add('active'); if (dropdownContent) { dropdownContent.classList.add('open'); } activeDropdownElement = item; }// Event listener for each dropdown menu item dropdownTriggers.forEach(item => { item.addEventListener('click', function(e) { e.preventDefault(); const panelName = this.getAttribute('data-panel'); const targetPanel = document.querySelector(`.${panelName}`); if (!targetPanel) return;const isCurrentlyActive = this === activeDropdownElement;if (isCurrentlyActive) { // If the same dropdown is clicked, close it immediately. closeAllDropdowns(); } else { // Open the new dropdown openDropdown(this, targetPanel); } }); });/* --- MOUSE EVENTS FOR STABILITY FIX --- */ if (header) { // 1. When the mouse leaves the entire header area (menu + dropdown bar), start a timer to close it. header.addEventListener('mouseleave', () => { // Only initiate close if a dropdown is currently active if (activeDropdownElement) { // Set a delay (e.g., 300ms) to allow the user to move the mouse slightly closeTimer = setTimeout(closeAllDropdowns, 300); } });// 2. If the mouse re-enters the header area before the timer fires, cancel the close. header.addEventListener('mouseenter', () => { if (closeTimer) { clearTimeout(closeTimer); closeTimer = null; } }); }// 3. Close when clicking anywhere outside the header (as a fallback) document.addEventListener('click', (e) => { // Check if header exists and if the click is outside the header AND a dropdown is open if (header && !header.contains(e.target) && activeDropdownElement) { closeAllDropdowns(); } });// Initial setup: ensure all are closed on load document.addEventListener('DOMContentLoaded', closeAllDropdowns); window.addEventListener('load', closeAllDropdowns);
Rulla till toppen