Raspberry Pi: Difference between revisions

From YobiWiki
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
mNo edit summary
Line 6: Line 6:
* http://elinux.org/RaspberryPiBoard
* http://elinux.org/RaspberryPiBoard
* http://www.element14.com/community/groups/raspberry-pi
* http://www.element14.com/community/groups/raspberry-pi
==Startup==

Remotely: provide DHCP over Ethernet
Username: pi Password: raspberry
<br>Access via ssh, Username: pi Password: raspberry

* http://elinux.org/RPi_Remote_Access
<br>First time, the device propose to run [http://elinux.org/RPi_raspi-config raspi-config]
sudo raspi-config
<br>Then, better to renew SSH server keys, see [http://elinux.org/RPi_Remote_Access RPi remote access]
sudo rm /etc/ssh/ssh_host_* && sudo dpkg-reconfigure openssh-server

Revision as of 19:39, 18 March 2013

Links

Startup

Remotely: provide DHCP over Ethernet
Access via ssh, Username: pi Password: raspberry
First time, the device propose to run raspi-config

sudo raspi-config


Then, better to renew SSH server keys, see RPi remote access

sudo rm /etc/ssh/ssh_host_* && sudo dpkg-reconfigure openssh-server