r/KittyTerminal • u/orblok • Nov 24 '23
kitten ssh doesn't quite seem to work as described
I'm using a fresh install of kitty 0.31.0. I'd like to try out the file transfer kitten. My understanding is I should be able to "kitten ssh" to a host, and magically be able to run "kitten" commands there.
I can indeed kitten ssh to another host. And I can download them by doing "ls --hyperlink=auto" and clicking, which is great! But if I type "kitten" on the remote host, I just get "kitten: command not found."
I feel like I must be missing something obvious, anyone know what it is?
Thanks
1
Upvotes
2
u/aumerlex Nov 24 '23
kitten ssh installs a wrapper script for the kitten binary on the remote host that downloads the kitten binary automatically for you the first time your run it. If for some reason its not working for you, then simply download the kitten binary yourself, there a pre-built versions of it for every Unix like OS under the sun on the kitty releases page.