User Tools

Site Tools


connect

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
connect [2021/04/30 09:55] – [Start your Beagle Bone Blue] ursgrafconnect [2023/02/24 09:42] (current) ursgraf
Line 4: Line 4:
   * It takes about 15 seconds until the Beagle Bone Blue is powered up and another 15 seconds until a network adapter is shown on your host pc. Open a Terminal and check if this network is already available. <code>$ ifconfig </code> If you work on the host in a virtual machine, you might need to select the device //BeagleBone.org// among your various USB devices.   * It takes about 15 seconds until the Beagle Bone Blue is powered up and another 15 seconds until a network adapter is shown on your host pc. Open a Terminal and check if this network is already available. <code>$ ifconfig </code> If you work on the host in a virtual machine, you might need to select the device //BeagleBone.org// among your various USB devices.
   * Connect via ssh to your Beagle Bone Blue <code>$ ssh ost@192.168.7.2</code> Default credentials are "ost:ost"   * Connect via ssh to your Beagle Bone Blue <code>$ ssh ost@192.168.7.2</code> 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 <code>$ ssh -o HostKeyAlgorithms=+ssh-rsa -o PubkeyAcceptedKeyTypes=+ssh-rsa ost@192.168.7.2</code>
 +
  
 ==== First Login ==== ==== First Login ====
connect.txt · Last modified: 2023/02/24 09:42 by ursgraf