Skip to content
Snippets Groups Projects

Formatting fix for mkdocs

Merged Jan van Eldik requested to merge vaneldik/linux.cern.ch:vaneldik-master-patch-34833 into master
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -180,6 +180,7 @@ $ kdestroy -A
@@ -180,6 +180,7 @@ $ kdestroy -A
<a name="sshopts"></a>
<a name="sshopts"></a>
Two flavours of the SSH protocol exist, which support Kerberos differently:
Two flavours of the SSH protocol exist, which support Kerberos differently:
 
* SSH1: ancient and theoretically less secure, it had nevertheless direct support for Kerberos4, Kerberos5 and AFS. Typically, SSH programs nowadays needs to be specifically patched/recompiled to understand Kerberos4 and AFS.
* SSH1: ancient and theoretically less secure, it had nevertheless direct support for Kerberos4, Kerberos5 and AFS. Typically, SSH programs nowadays needs to be specifically patched/recompiled to understand Kerberos4 and AFS.
* SSH2: the modern successor that does not "speak" Kerberos directly, but uses an intermediate mechanism called GSSAPI ("Generic Security Services API", which itself uses Kerberos5). It is blissfully unaware of AFS, but widely available.
* SSH2: the modern successor that does not "speak" Kerberos directly, but uses an intermediate mechanism called GSSAPI ("Generic Security Services API", which itself uses Kerberos5). It is blissfully unaware of AFS, but widely available.
Loading