Pfad angepasst

This commit is contained in:
Marcello 2023-09-07 05:58:07 +00:00
parent 88dcfb3861
commit 8b0dec4640
No known key found for this signature in database

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\nussle\.ssh\yves-1.pem -o ServerAliveInterval=30 # Beispiel: ssh ubuntu@121.12.3.1 -i c:\Users\calisto\.ssh\yves-1.pem -o ServerAliveInterval=30
``` ```
--- ---