KiTTY icon indicating copy to clipboard operation
KiTTY copied to clipboard

:computer: KiTTY, a free telnet/ssh client for Windows

Results 162 KiTTY issues
Sort by recently updated
recently updated
newest added

hi @cyd01 i like to thank you for your work. Using KITTY every day, and, yes, using it under linux as portable exe. It has many advantages against PUTTY so...

Does anyone know how to import Windows kitty ssh sessions to Linux WITH passwords? First, I had to convert the kitty sessions to putty using this; https://djsilenceboy.wordpress.com/2016/01/19/how-to-convert-sessions-between-kitty-and-putty/ Then I'm able...

Hi, I installed KiTTY on another system with Chocolatey. My KiTTY configuration is the following : ```powershell > (cat $env:AppData\KiTTY\kitty.ini) -match "^savemode=" savemode=dir ``` Why are my Kitty Sessions stored...

Hi, Actually, I have this configuration in my Default session file : ```shell > findstr -i logfilename Default%20Settings LogFileName\log%5Ckitty-&H_&Y&M&D_&T.log\ ``` Therefore my logs go into `C:\ProgramData\scoop\apps\kitty\current\Sessions\log`. But I want them...

Hi, I hope this _voting_ question will not anger the main developer of KiTTY. If you (@cyd01) found it bad, then please close it. The idea is to understand the...

v0.74.4.8, portable kitty I copy full path to file in clipboard, press CTRL+SHFT_F2 and see: ![image](https://user-images.githubusercontent.com/61651148/114618631-3e674880-9cb2-11eb-9ffb-f9c5358f8e81.png) No jumphosts, proxies and such - I use direct connection. Can I use my...

bug

I'm changing KiTTY windows title remotely using ESC sequence from server when session initially connects. However after some time it changes back to what is configured in session's config "Window...

First of all, have a good day! I have seen that "selected text foreground" and "selected text background" have been deleted from "Windows > Colours" menu. I'm not sure which...

I have 5 forwarded ports in that case. If I have one or two forwarded ports everything works properly.

bug

How to retrieve partial string from the received characters, and then send this retrieved string as the next command characters. For example: "123456Hello World.root" or "123456Good Morning.root", or "123456Good Byte.root"...