Standardized SSH commands
This commit is contained in:
parent
35ea7a7b16
commit
2138d9d5a8
7 changed files with 18 additions and 18 deletions
|
@ -32,7 +32,7 @@ Listed: true
|
|||
Replace `10.0.1.181` with IP of Raspberry Pi.
|
||||
|
||||
```shell
|
||||
ssh pi@10.0.1.181 -i ~/.ssh/pi
|
||||
ssh -i ~/.ssh/pi pi@10.0.1.181
|
||||
```
|
||||
|
||||
### Step 2: configure console font
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue