Monday, 29 December 2014

SSH (Secure Shell)

SSH is a tool that allows you to connect to and control another machine on a network.

In its most basic form the SSH allows access to the command prompt of another machine which is connected to a network.

To begin a SSH connection you would need the local IP address of the machine you would like to connect to.

Setting Up A Remote Connection To Your RasPi

1) Connect your RasPi to the network (using ethernet)
2) Power up your RasPi
3) Access your router settings and note down the IP address for your RasPi

For Mac OS (Yosemite)

4) Open Terminal
5) On the Menu Bar select "shell"
6)  Select "New Remote Connection"
7) Under the services box select "Secure Shell (ssh)"
8) Click on "+"
9) Enter the IP address that you noted down from your router settings (see #3)
10) Enter "pi" in the User box
11) Click Connect
12) When prompted enter your password (Default: Raspberry)

Congratulations - you should now be connected to your RasPi




No comments:

Post a Comment