meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
howto:networking [2022/07/13 18:18] tigerkiller558912 slightly improved formatting on connecting to ssh via wifi |
howto:networking [2022/08/04 17:12] (current) tigerkiller558912 code formatting |
||
---|---|---|---|
Line 23: | Line 23: | ||
- Connect the PinePhone to the computer with a USB-C cable. | - Connect the PinePhone to the computer with a USB-C cable. | ||
- | - Once connected, the system should create a network interface via NetworkManager. Learn the IP by issueing `sudo ip address show dev usb0` and looking for the IP address in the range of 10.66.0.XX (or install the graphical WhatIP tool). | + | - Once connected, the system should create a network interface via NetworkManager. Learn the IP by issueing <code>sudo ip address show dev usb0</code> and looking for the IP address in the range of 10.66.0.XX (or install the graphical WhatIP tool). |
- A connected Linux Desktop will automatically create a USB network connection. | - A connected Linux Desktop will automatically create a USB network connection. | ||
- Once complete, it should be possible to SSH into Mobian at the IP address 10.66.0.XX using the username ''mobian'', and the password ''1234'': | - Once complete, it should be possible to SSH into Mobian at the IP address 10.66.0.XX using the username ''mobian'', and the password ''1234'': |