From e167dec8a99660b0d38df929eca2608b935a5ec0 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 8 Mar 2022 19:31:02 +0530 Subject: [PATCH] Note that on FreeBSD the login shell needs to be changed as well --- docs/kittens/ssh.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/kittens/ssh.rst b/docs/kittens/ssh.rst index 0bf43ce43..a46e94b3d 100644 --- a/docs/kittens/ssh.rst +++ b/docs/kittens/ssh.rst @@ -115,8 +115,9 @@ the TTY, any other requests are responded to by errors. 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 and use :code:`python` as the - :opt:`interpreter ` in :file:`ssh.conf`. + is to install python on the server, make sure the login shell is something + POSIX compliant, not csh and use :code:`python` as the :opt:`interpreter + ` in :file:`ssh.conf`. .. include:: /generated/conf-kitten-ssh.rst