diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-10-02 22:55:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-02 22:55:47 +0200 |
commit | 1a3910c1e7597bbc0a560963097ee2ad0efec76d (patch) | |
tree | b86ab37fd7512899b7e76ff9fdfd1d5713f5dec4 /docs/services/ssh.rst | |
parent | 542b5589862fd2b8cbae0668abd677be5a365bc8 (diff) | |
parent | cfcd0f040b3dfd2457fbe7f88c4df3f3c5683249 (diff) | |
download | vyos-documentation-1a3910c1e7597bbc0a560963097ee2ad0efec76d.tar.gz vyos-documentation-1a3910c1e7597bbc0a560963097ee2ad0efec76d.zip |
Merge pull request #122 from ramaxlo/typo-fix
Fix typos in pages
Diffstat (limited to 'docs/services/ssh.rst')
-rw-r--r-- | docs/services/ssh.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/services/ssh.rst b/docs/services/ssh.rst index 4d96f8de..caa255ce 100644 --- a/docs/services/ssh.rst +++ b/docs/services/ssh.rst @@ -44,13 +44,13 @@ Options * Allow ``root`` login, this can be set to allow ``root`` logins on SSH connections, however it is not advisable to use this setting as this bears - serious security risks. The default system user posesses all required + serious security risks. The default system user possesses all required privileges. :code:`set service ssh allow-root` * Allowed ciphers - A number of allowed ciphers can be specified, use multiple - occurances to allow multiple ciphers. + occurrences to allow multiple ciphers. :code:`set service ssh ciphers <cipher>` @@ -70,7 +70,7 @@ Options * `cast128-cbc` * Disable password authentication - If SSH key authentication is set up, - password-based user authetication can be disabled. This hardens security! + password-based user authentication can be disabled. This hardens security! :code:`set service ssh disable-password-authentication` |