From 482b853908239b6c8a416d49beabcf0606be077c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 5 Mar 2022 15:49:21 +0530 Subject: [PATCH] Add a note about typing before the prompt being lost --- docs/kittens/ssh.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/kittens/ssh.rst b/docs/kittens/ssh.rst index 80548238f..2e5585fdc 100644 --- a/docs/kittens/ssh.rst +++ b/docs/kittens/ssh.rst @@ -58,6 +58,12 @@ quick example: See below for full details on the syntax and options of :file:`ssh.conf`. +.. note:: + + Because of the poor design of SSH, any typing you do before the shell prompt + appears may be lost. So ideally dont start typing till you see the shell + prompt :) + A real world example ----------------------