Difference between revisions of "Wheezy and the ssh client"

From eLinux.org
Jump to: navigation, search
(Created page with "All of the following assumes you are using Wheezy Ok so I am a command line junkie and I don't think putty installs by default but if you go to command line and type the follo...")
 
m
Line 24: Line 24:
  
 
A first time login will give you a warning box don't worry this is normal just accept and you will have a SSH session window open ready to login.
 
A first time login will give you a warning box don't worry this is normal just accept and you will have a SSH session window open ready to login.
 +
 +
[[Category:RaspberryPi]]

Revision as of 06:51, 25 April 2013

All of the following assumes you are using Wheezy Ok so I am a command line junkie and I don't think putty installs by default but if you go to command line and type the following. You can do this from terminal if you have your X Window autostart

[code]sudo apt-get update[/code]

[code]sudoapt-get upgrade[/code]

Depending on how long ago our image was created the time for this to run varies (mine took ages)this just makes sure your up to date

then

[code]sudo apt-get install putty[/code]

after this go to your X-Window

[code]startx[/code]

Ok so now you go to the LXDE icon bottom left of the screen the grey bana skin that goes blue when you hover over it click then hover over internet and choose PuTTY SSH Client from the sub menu.

When the window pops up its a standard putty window there's loads of help on line but you need to know th IP address of the host target server.

Type a name in the Saved Sessions box and save it will save you time later then click open.

A first time login will give you a warning box don't worry this is normal just accept and you will have a SSH session window open ready to login.