Saturday, March 7, 2015

Setting of ssh,rdp

As we don’t have a LCD monitor for connecting our pi board , so we decided to setup ssh , RDP.
As there are chances of ip changes so we have assigned a static ip for pi.

Static ip creation Steps :
  1. Open terminal and type sudo nano etc/network/interface
  2. change dhcp to static and enter following:
address:inet
netmask:mask
network:destination address
broadcast:bcast address
SSH :
  1. Use of putty in windows
  2. use of remmina in Linux
RDP :
  1. Use of Remote Desktop connection in windows
  2. Use remmina in Linux

No comments:

Post a Comment