kitty/kittens/ssh
Kovid Goyal 77292a16d6
Make shebangs consistent
Follow PEP 0394 and use /usr/bin/env python so that the python in the
users venv is respected. Not that the kitty python files are meant to be
executed standalone anyway, but, whatever.

Fixes #6810
2023-11-11 08:32:05 +05:30
..
__init__.py Add a kitten to easily ssh into servers that automatically copies the terminfo files over 2018-05-22 22:32:51 +05:30
askpass.go More linter fixes 2023-09-20 08:43:50 +05:30
config.go Fix ssh kitten override parsing ignoring settings inherited from ssh.conf 2023-09-20 09:15:38 +05:30
config_test.go Fix ssh kitten override parsing ignoring settings inherited from ssh.conf 2023-09-20 09:15:38 +05:30
main.go Ensure clenup is run even when ssh child is killed by interrupt 2023-11-06 22:02:06 +05:30
main.py Make shebangs consistent 2023-11-11 08:32:05 +05:30
main_test.go kitten run-shell: Make kitty terminfo database available if needed before starting the shell 2023-09-01 22:05:26 +05:30
utils.go Replace utils.Once with stdlib sync.OnceValue 2023-08-09 12:08:42 +05:30
utils.py Nicer error message for pwfile owner/permission mismatch 2023-07-13 21:26:29 +05:30
utils_test.go Move the kittens Go code into the kittens folder 2023-03-27 13:06:02 +05:30