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 (tidying up)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
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  
 
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]
+
sudo apt-get update
  
[code]sudoapt-get upgrade[/code]
+
sudoapt-get upgrade
  
 
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
 
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
Line 10: Line 10:
 
then  
 
then  
  
[code]sudo apt-get install putty[/code]
+
sudo apt-get install putty
  
 
after this go to your X-Window
 
after this go to your X-Window
  
[code]startx[/code]
+
startx
  
 
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
 
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
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]]

Latest revision as of 06:53, 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

sudo apt-get update
sudoapt-get upgrade

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

sudo apt-get install putty

after this go to your X-Window

startx

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.