port 22 or 8022

main
jebba 2022-02-04 16:30:04 -07:00
parent 6e980b553b
commit b97b2b8cb9
1 changed files with 3 additions and 2 deletions

View File

@ -55,14 +55,15 @@ DHCP logs on the DHCP server (e.g. router/firewall).
On the laptop, set up `~/.ssh/config` thusly, using the device's IP from DHCP
in place of example `192.168.1.100` below:
in place of example `192.168.1.100` below. Either port `22` or port `8022`
can be used, the device's SSH config has it listening on both:
```
Host tici
User comma
Hostname 192.168.1.100
Identityfile ~/.ssh/key.pem
Port 8022
Port 22
```
You need to get that SHARED ROOT SSH KEY from github to log into the account: