ssh kitten: Mimic behavior of ssh more closely

Execute any command specified on the command line via the users' shell
on the remote side just as ssh does

Fixes #3638
This commit is contained in:
Kovid Goyal
2021-05-18 15:12:57 +05:30
parent 0a742ea8d0
commit cf88eb9d60
2 changed files with 14 additions and 9 deletions

View File

@@ -59,6 +59,10 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- Add an option :option:`kitty @ get-text --add-wrap-markers` to add line wrap
markers to the output (:pull:`3633`)
- ssh kitten: Mimic behavior of ssh command line client more closely by
executing any command specified on the command line via the users' shell
just as ssh does (:iss:`3638`)
0.20.3 [2021-05-06]
----------------------