Standardized SSH commands

This commit is contained in:
Sun Knudsen 2022-02-16 15:59:08 -05:00
parent 35ea7a7b16
commit 2138d9d5a8
No known key found for this signature in database
GPG key ID: 02C43AD072D57783
7 changed files with 18 additions and 18 deletions

View file

@ -115,10 +115,10 @@ EOF
### Step 4: log in to server or Raspberry Pi
Replace `server-admin@185.112.147.115` with server SSH URL and `~/.ssh/server` with path to associated private key.
Replace `~/.ssh/server` with path to private key and `server-admin@185.112.147.115` with server or Raspberry Pi SSH destination.
```shell
ssh server-admin@185.112.147.115 -i ~/.ssh/server
ssh -i ~/.ssh/server server-admin@185.112.147.115
```
### Step 5: switch to root