From be131693f329df90987d3773bcdbcb00e816a9ed Mon Sep 17 00:00:00 2001 From: Richard LT <richardlt@users.noreply.github.com> Date: Wed, 27 Sep 2017 13:31:23 +0200 Subject: [PATCH] Fix word mistakes in docs. --- docs/administration-guide/01-managing-databases.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/administration-guide/01-managing-databases.md b/docs/administration-guide/01-managing-databases.md index 10145a0207e..fd6a932cbcd 100644 --- a/docs/administration-guide/01-managing-databases.md +++ b/docs/administration-guide/01-managing-databases.md @@ -133,7 +133,7 @@ When connecting though a bastion host: * Answer yes to the "Use an SSH-tunnel for database connections" parameter * Enter the hostname for the data warehouse as it is seen from inside the network in the `Host` parameter. * Enter the data warehouse port as seen from inside the network into the `Port` parameter. -* Enter the extenal name of the bastion host as seen from the outside of the network (or wherever you are) into the `SSH tunnel host` parameter. +* Enter the external name of the bastion host as seen from the outside of the network (or wherever you are) into the `SSH tunnel host` parameter. * Enter the ssh port as seen from outside the network into the `SSH tunnel port` parameter. This is usually 22, regardless of which data warehouse you are connecting to. * Enter the username and password you use to login to the bastion host into the `SSH tunnel username` and `SSH tunnel password` parameters. @@ -151,7 +151,7 @@ Another common case where direct connections are not possible is when connecting * Enter the ssh port as seen from outside the network into the `SSH tunnel port` parameter. This is usually 22, regardless of which data warehouse you are connecting to. * Enter the username and password you use to login to the bastion host into the `SSH tunnel username` and `SSH tunnel password` parameters. -If you have problems connecting verify the ssh host port and password by connecing manually using ssh or PuTTY on older windows systems. +If you have problems connecting verify the ssh host port and password by connecting manually using ssh or PuTTY on older windows systems. #### Disadvantages to Indirect Connections -- GitLab