From 3b3ffa7455f898a2b6ac4810bbe8d6f6b45940e6 Mon Sep 17 00:00:00 2001 From: pagedown Date: Wed, 9 Mar 2022 16:12:28 +0800 Subject: [PATCH] Docs: Update support for non-POSIX shell tcsh (csh) --- docs/kittens/ssh.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/kittens/ssh.rst b/docs/kittens/ssh.rst index 836a38923..bdbe4a2d0 100644 --- a/docs/kittens/ssh.rst +++ b/docs/kittens/ssh.rst @@ -114,9 +114,9 @@ the TTY, any other requests are responded to by errors. .. note:: When connecting to BSD servers, it is possible the bootstrap script will - fail or run slowly, because they are crippled in various ways. Your best bet - is to install python on the server, make sure the login shell is something - POSIX sh compliant, not csh, and use :code:`python` as the :opt:`interpreter + fail or run slowly, because the default shells are crippled in various ways. + Your best bet is to install python on the server, make sure the login shell + is something POSIX sh compliant, and use :code:`python` as the :opt:`interpreter ` in :file:`ssh.conf`. .. include:: /generated/conf-kitten-ssh.rst