From 27709391378b94fe8cfca6d2cec029c6c4369101 Mon Sep 17 00:00:00 2001 From: Iben Rodriguez Date: Wed, 17 May 2017 15:15:28 -0700 Subject: [PATCH 1/2] Added details for default user pass Details added for default username and password. Default ssh user is pi , and the password is raspberry. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index de72724..f988d7a 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@ The Haspbian image is built with the same script that generates the official [Ra By default the Haspbian image is built on a Debian 8 droplet on Digital Ocean and takes about 30 minutes to build on the cheapest droplet. Dependencies and everything is handled by the build script with the exception of `git`. +Default ssh user is pi , and the password is raspberry. Example: ssh pi@192.168.2.2 Build instructions: - Install git. `sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install git` From 42f215a98e7245629377123cd17cff5634cd593f Mon Sep 17 00:00:00 2001 From: Fredrik Lindqvist Date: Thu, 18 May 2017 13:12:30 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f988d7a..70ed0f5 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ The Haspbian image is built with the same script that generates the official [Ra By default the Haspbian image is built on a Debian 8 droplet on Digital Ocean and takes about 30 minutes to build on the cheapest droplet. Dependencies and everything is handled by the build script with the exception of `git`. -Default ssh user is pi , and the password is raspberry. Example: ssh pi@192.168.2.2 +Since this image is based on [Raspbian](https://www.raspberrypi.org/downloads/raspbian/) it keeps the defualt password and username from [Raspbian](https://www.raspberrypi.org/downloads/raspbian/). Default user for use locally or over ssh is `pi` and the password is `raspberry`. Build instructions: - Install git. `sudo apt-get update && sudo apt-get upgrade -y && sudo apt-get install git`