Dienste/Secure Shell aktualisiert
parent
512b2e4485
commit
4fb7a16882
1 changed files with 5 additions and 1 deletions
|
@ -48,7 +48,11 @@ activate C
|
||||||
C->>S: USERAUTH_REQUEST - Benutzer Authentifizierungsanforderung
|
C->>S: USERAUTH_REQUEST - Benutzer Authentifizierungsanforderung
|
||||||
deactivate C
|
deactivate C
|
||||||
activate S
|
activate S
|
||||||
|
alt Nicht Erfolgreich
|
||||||
S->>C: USERAUTH_FAILURE - Fehlerantwort für Authentifizierung
|
S->>C: USERAUTH_FAILURE - Fehlerantwort für Authentifizierung
|
||||||
deactivate S
|
else
|
||||||
S->>C: USERAUTH_SUCCESS - Authentifizierung erfolgreich
|
S->>C: USERAUTH_SUCCESS - Authentifizierung erfolgreich
|
||||||
|
end
|
||||||
|
deactivate S
|
||||||
|
activate C
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Reference in a new issue