Skip to main content
Raspberry Pi Club
View All
Search
Shelves
Books
Sign up
Log in
Info
Content
3.0 Using SSH
Page Revisions
Revision #581 Changes
3.0 Using SSH
SSH into a System
Open up a new shell (e.g. PowerShell)
Type in the following:
ssh [USERNAME]@[IP ADDRESS]
OR
ssh [HOST NAME]
IMAGE SHOWING A SUCCESSFUL SSH ACCESS:
Back to top