From 541ad80d1819b779d82a5f01fd7b473cb92e8983 Mon Sep 17 00:00:00 2001 From: Richard Laager Date: Sat, 30 May 2020 00:46:31 -0500 Subject: [PATCH] Ubuntu 20.04: Install full vim when using SSH Installing the full vim package fixes terminal problems that occur when using the vim-tiny package (that ships in the Live CD environment) over SSH. Signed-off-by: Richard Laager --- docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst index c6f0471..c384322 100644 --- a/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst +++ b/docs/Getting Started/Ubuntu/Ubuntu 20.04 Root on ZFS.rst @@ -157,7 +157,11 @@ Step 1: Prepare The Install Environment passwd # There is no current password. - sudo apt install --yes openssh-server + sudo apt install --yes openssh-server vim + + Installing the full ``vim`` package fixes terminal problems that occur when + using the ``vim-tiny`` package (that ships in the Live CD environment) over + SSH. **Hint:** You can find your IP address with ``ip addr show scope global | grep inet``. Then, from your main machine, @@ -880,7 +884,7 @@ Step 6: First Boot #. Optional: Install SSH:: - apt install --yes openssh-server + apt install --yes openssh-server vim vi /etc/ssh/sshd_config # Set: PermitRootLogin yes