diff --git a/README.md b/README.md index 558a443..31d997f 100644 --- a/README.md +++ b/README.md @@ -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: