kitty/kittens/ssh
Kovid Goyal 384c56f834
When using control masters also enable keep alives
Prevents the master connection from becoming stale. Use ssh protocol
keep alives rather than tcp ones as tcp ones are often blocked by
firewalls and also spoofable.
2022-03-10 11:48:36 +05:30
..
options ssh kitten: Start work on connection sharing 2022-03-09 19:27:38 +05:30
__init__.py
completion.py Refactor: More f-string for kittens 2022-01-29 20:23:34 +08:00
config.py ssh kitten: match hostnames against both remote hostname and hostname used on the command line to connect to it 2022-03-07 20:32:02 +05:30
copy.py Allow copying the same file to multiple locations 2022-03-03 21:24:45 +05:30
main.py When using control masters also enable keep alives 2022-03-10 11:48:36 +05:30