$ ifconfig
If you work on the host in a virtual machine, you might need to select the device BeagleBone.org among your various USB devices.
$ ssh ost@192.168.7.2
Default credentials are “ost:ost”
On newer host systems, e.g. Ubuntu 22, ssh deprecated using SHA-1 and you cannot connect as shown above. In such cases you can use
$ ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa ost@192.168.7.2
The first time you do this you will get a security alert in the console - type “yes” and hit enter. Then enter the password and confirm with enter. Don't be alarmed if the console does not response while you type your password.
Next: Test the Hardware