From 6daf3875266d4aa40fbda91a56d4afa93eed3fb4 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 10 Jun 2025 10:04:35 -0700 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2acae92..8850598 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ 15. From your primary linux machine, run **`ssh-copy-id -i [your ssh key] [your linux wii's username]@[your linux wii's IP address]`** and enter the password you set in step 11 - **`[your ssh key]`** is your ssh identity file, likely found in **`~/.ssh/`**, ending in **`.pub`** - **`[your linux wii's username]`** is the username you set in step 10 - - **`[your linux wii's IP address]`** is the network address of your wii. You can find this by entering the command **`ip address show | grep "inet "` + - **`[your linux wii's IP address]`** is the network address of your wii. You can find this by entering the command **`ip address show | grep "inet "`** - The address will probably look something like **`192.168.1.130`**. It will not be the one starting with **`127`** nor will it be the one ending with **`255`** 16. Attempt to log in over ssh from your primary linux machine using the command **`ssh [your linux wii's username]@[your linux wii's IP address]`** 17. Once connected to a shell over ssh, run **`sudo whoami`** and enter your user password when prompted