summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/bird.md2
-rw-r--r--docs/cisco.md2
-rw-r--r--docs/cisco_iosxr.md1
-rw-r--r--docs/juniper.md2
-rw-r--r--docs/quagga.md2
5 files changed, 4 insertions, 5 deletions
diff --git a/docs/bird.md b/docs/bird.md
index d5d41ea..071009d 100644
--- a/docs/bird.md
+++ b/docs/bird.md
@@ -70,7 +70,7 @@ and reload sshd:
## Debug
-Test the ssh connection from the server where the looking glass is installed:
+Test the SSH connection from the server where the looking glass is installed:
`ssh -i lg-user-id_rsa.key lg@bird-router.example.com`
diff --git a/docs/cisco.md b/docs/cisco.md
index af13911..10fd89d 100644
--- a/docs/cisco.md
+++ b/docs/cisco.md
@@ -84,7 +84,7 @@ router(config)# end
router#
```
-Test the ssh/telnet connection from the server where the looking glass is installed.
+Test the SSH/Telnet connection from the server where the looking glass is installed.
Display the resulting logs during your tests:
diff --git a/docs/cisco_iosxr.md b/docs/cisco_iosxr.md
index de6c51c..bad905a 100644
--- a/docs/cisco_iosxr.md
+++ b/docs/cisco_iosxr.md
@@ -97,7 +97,6 @@ Test the SSH connection from the server where the looking glass is installed
and you should see some outputs in your logs. Be careful to potential SSH
connections rate limit if you do heavy testing.
-
## References
* [1] https://supportforums.cisco.com/document/61306/asr9000xr-using-task-groups-and-understanding-priv-levels-and-authorization
diff --git a/docs/juniper.md b/docs/juniper.md
index fd5a6b9..7c1b6ef 100644
--- a/docs/juniper.md
+++ b/docs/juniper.md
@@ -84,7 +84,7 @@ user@router# commit
## Debug
-Test the ssh/telnet connection from the server where the looking glass is
+Test the SSH/Telnet connection from the server where the looking glass is
installed and you should see some outputs in your logs depending on your
configuration.
diff --git a/docs/quagga.md b/docs/quagga.md
index 2967dea..3940ebd 100644
--- a/docs/quagga.md
+++ b/docs/quagga.md
@@ -69,7 +69,7 @@ and reload sshd:
## Debug
-Test the ssh connection from the server where the looking glass is installed:
+Test the SSH connection from the server where the looking glass is installed:
`ssh -i lg-user-id_rsa.key lg@quagga-router.example.com`