From 1451ba5dd6bc2e79e049e8dc922b70b6d478e8c2 Mon Sep 17 00:00:00 2001 From: domneedham <34138267+domneedham@users.noreply.github.com> Date: Thu, 25 Oct 2018 06:39:46 +0100 Subject: [PATCH] Fix spacing in Bash SSH article (#19849) * Update index.md Given link to apps that are designed for SSH connection. * Update index.md --- guide/english/bash/bash-ssh/index.md | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/guide/english/bash/bash-ssh/index.md b/guide/english/bash/bash-ssh/index.md index c0a27c6568..97a808bec3 100644 --- a/guide/english/bash/bash-ssh/index.md +++ b/guide/english/bash/bash-ssh/index.md @@ -4,12 +4,9 @@ title: Bash ssh ## Bash command: ssh -**Used to connect to a remote computer** ,for example `ssh 123.456.789.012` will try to establish a connection with that host. The -address of the remote computer can be provided using an IP address or, if provided, an identifier. - -If the remote computer requires user login, the form `ssh username@remote_address` can be used, which will then prompt for the user -password on successful connection. +**Used to connect to a remote computer**, for example `ssh 123.456.789.012` will try to establish a connection with that host. The address of the remote computer can be provided using an IP address or, if provided, an identifier. +If the remote computer requires user login, the form `ssh username@remote_address` can be used, which will then prompt for the user password on successful connection. ### More Information: * [Wikipedia](https://en.wikipedia.org/wiki/Secure_Shell)