diff options
author | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-10-16 17:47:08 +0200 |
---|---|---|
committer | Guillaume Mazoyer <gmazoyer@gravitons.in> | 2016-10-16 17:47:08 +0200 |
commit | ab54c44cbf459008776ab50f8660bc76452aee3b (patch) | |
tree | 16e760bacbf04522dd692d83a7d7951278abb755 /docs | |
parent | 7f96173bbd609478a56fe046819c694782241c00 (diff) |
Tiny changes in docs.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/bird.md | 2 | ||||
-rw-r--r-- | docs/cisco.md | 2 | ||||
-rw-r--r-- | docs/cisco_iosxr.md | 1 | ||||
-rw-r--r-- | docs/juniper.md | 2 | ||||
-rw-r--r-- | docs/quagga.md | 2 |
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` |