Skip to content

Commit aeaf7be

Browse files
committed
ssh - Clarify which computer needs which command.
1 parent 5fff057 commit aeaf7be

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

remote-access/ssh/unix.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
You can use SSH to connect to your Raspberry Pi from a Linux computer or Mac (or another Pi) from the Terminal, without installing additional software.
44

5-
You'll need to know your Pi's IP address to connect to it. To find this, type `hostname -I` in the Terminal. Alternatively if you're running the Pi headless (without a screen), you can also look at the device list on your router or use a tool like `nmap`.
5+
You'll need to know your Pi's IP address to connect to it. To find this from your Pi's terminal type `hostname -I`.
66

7-
Copy and paste the following command into the Terminal window but replace `<IP>` with the IP address of the Raspberry Pi. Use `Ctrl + Shift + V` to paste in the Terminal.
7+
Alternatively if you're running the Pi without a screen, aka headless, you can also look at the device list on your router or use a tool like `nmap`, which is described in detail in our [IP Address](https://www.raspberrypi.org/documentation/troubleshooting/hardware/networking/ip-address.md) doc.
8+
9+
To connect to your Pi from a different computer, copy and paste the following command into the terminal window but replace `<IP>` with the IP address of the Raspberry Pi. Use `Ctrl + Shift + V` to paste in the terminal.
810

911
```
1012
ssh pi@<IP>

0 commit comments

Comments
 (0)