Dienste/Secure Shell aktualisiert
parent
3243eb3089
commit
fea9f92f7c
1 changed files with 4 additions and 1 deletions
|
@ -15,7 +15,10 @@ Der standard Port für SSH ist `22`.
|
|||
- [RFC 6187 - The Secure Shell (SSH) Transport Layer Protocol: Cipher Block Chaining (CBC) Mode](https://tools.ietf.org/html/rfc6187)
|
||||
|
||||
## Authentizierung
|
||||
SSH nutzt den [Diffie-Hellman-Schlüsselaustausch](https://de.wikipedia.org/wiki/Diffie-Hellman-Schl%C3%BCsselaustausch) in der authentizierung:
|
||||
SSH unterstützt Passwort und Schlüsselbasierte authentizierung.
|
||||
Für den Schlüsselaustausch setzt SSH auf den [Diffie-Hellman-Algorithmus](https://de.wikipedia.org/wiki/Diffie-Hellman-Schl%C3%BCsselaustausch).
|
||||
|
||||
### Authentizierungs Flow
|
||||
```mermaid
|
||||
sequenceDiagram
|
||||
participant C as Lokaler Client
|
||||
|
|
Loading…
Add table
Reference in a new issue