Textkorrektur

This commit is contained in:
Marcello Calisto 2024-03-03 12:04:11 +01:00
parent 5c8476699d
commit b666ae7ddb

View File

@ -107,7 +107,7 @@ Der Befehl für den Zugriff sieht nun folgendermassen aus. Der Parameter -o verh
```bash ```bash
ssh <user>@<server> -i <path-to-privatekey>\<private-key-file>.pem -o ServerAliveInterval=30 ssh <user>@<server> -i <path-to-privatekey>\<private-key-file>.pem -o ServerAliveInterval=30
# Standard-Benutzername ist ubuntu! # Standard-Benutzername ist ubuntu!
# Beispiel: ssh ubuntu@121.12.3.1 -i c:\Users\calisto\.ssh\yves-1.pem -o ServerAliveInterval=30 # Beispiel: ssh ubuntu@121.12.3.1 -i c:\Users\calisto\.ssh\Calisto-1.pem -o ServerAliveInterval=30
``` ```
--- ---