ssh kitten: Allow using python instead of the shell on the server

This commit is contained in:
Kovid Goyal
2021-01-31 09:04:46 +05:30
parent ee198ca863
commit e9e8ef7210
3 changed files with 68 additions and 9 deletions

View File

@@ -54,7 +54,12 @@ type it each time::
alias ssh="kitty +kitten ssh"
If for some reason that does not work (typically because the server is using a
non POSIX compliant shell), you can use the following one-liner instead (it
non POSIX compliant shell), you can try using it with python instead::
kitty +kitten ssh use-python myserver
If that also fails, perhaps because python is not installed on the remote
server, use the following one-liner instead (it
is slower as it needs to ssh into the server twice, but will work with most
servers)::