31
Type in
ssh pi@ip_address
– ssh is the tool for remote login,
pi
, the user name, and
ip_address
, as the name suggests, your Pi's IP address. For example:
ssh
pi
@
192
.
168
.
0
.
101
Press
Enter
to confirm. If you get a prompt that
no ssh is found
, you need to install an ssh tool
like Ubuntu and Debian by yourself:
sudo
apt-get
install
ssh
For other Linux platforms, please contact your supplier.
SunFounder