[gnome-build-meta.wiki] Create SSH into PinePhone



commit 0c4ec7d71ac2f6ad8626bc29912768c1f3412edb
Author: Tanvir Roshid <tanvirroshid786123 gmail com>
Date:   Fri Sep 16 12:09:42 2022 +0000

    Create SSH into PinePhone

 SSH-into-PinePhone.md | 20 ++++++++++++++++++++
 1 file changed, 20 insertions(+)
---
diff --git a/SSH-into-PinePhone.md b/SSH-into-PinePhone.md
new file mode 100644
index 0000000..4764d73
--- /dev/null
+++ b/SSH-into-PinePhone.md
@@ -0,0 +1,20 @@
+### Connect to WiFi
+After finishing the initial setup connect to WiFi either through the GUI or by nmcli
+```
+sudo nmcli dev wifi connect <network-ssid> password <network-password>
+```
+
+### Enable sshd
+In a terminal either on the device or through serial:
+```
+sudo systemctl enable sshd
+sudo systemctl start sshd
+```
+
+### Connect
+On the device you want to use to connect to the PinePhone open a console window and enter:
+```
+ssh <username>@<ipv4 address>
+# Example
+ssh myuser@1.2.3.4
+```
\ No newline at end of file


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]