SSH
You can access the system via SSH. The SSH server is running on port 22. You can use the following command to connect to the system:
# with password authentication enabled
ssh argus@arpi.local
# with password authentication disabled
ssh -i ~/.ssh/id_rsa argus@arpi.local
The default password is Argus.1234
.
- See the Users SSH keys section.
- See the Network terminal access section.