Hi,
I just installed jessie OS. when I open terminal, it shows pi@raspberrypi. I assume that pi is user name, and it did not ask me for password.
now I use putty try to login to my pi, my raspberrypi IP is 192.158.0.45 so type Host Name as pi@192.168.0.45
but it ask me for password. what is the password for this?
thanks
Lxw
Re: jessie password
Default User is pi
Default password is raspberry
Default password is raspberry
English is not my mother tongue, so I might do some grammatical error , please understand , thank you.
Re: jessie password
I tried both , neither work.
Re: jessie password
What do you mean by both?Lxw2015 wrote:I tried both , neither work.
The default password is 'raspberry', all lower case. You will not see any output when entering the password.
Are you using a qwerty keyboard?
Re: jessie password
thank you. PW is raspberry.
I tried "pi" and "raspberrypi".
now I connected to my pi using putty
I tried "pi" and "raspberrypi".
now I connected to my pi using putty

Re: jessie password
To be clear for anyone reading this six months later, and if I'm wrong I'm sure I'll be corrected, but it's:Lxw2015 wrote:thank you. PW is raspberry.
I tried "pi" and "raspberrypi".
now I connected to my pi using putty
ssh pi@raspberrypi.local
You will then be prompted for a password which is:
raspberry
If you have problems, try ssh -vvv pi@raspberrypi.local to see all the back and forth messages as ssh tries to connect. Fewer -v mean messages are more focused on what is likely to be important.
Re: jessie password
That will work only on *nix systems with avahi installed, won't work on windows unless you install the Apple Bonjour service. (And you were right about someone not really correcting you, but giving additional informationstderr wrote: To be clear for anyone reading this six months later, and if I'm wrong I'm sure I'll be corrected, but it's:
ssh pi@raspberrypi.local
You will then be prompted for a password which is:
raspberry
If you have problems, try ssh -vvv pi@raspberrypi.local to see all the back and forth messages as ssh tries to connect. Fewer -v mean messages are more focused on what is likely to be important.

Re: jessie password
maybe you have an english or french or other keyboard.
choose th good ketboard
Menu>preferences>mouse & keyboard > keyboard> keyboard layoout > your country
it worked for me (i've not englisk keyboard, i wrote rqsberry !)
choose th good ketboard
Menu>preferences>mouse & keyboard > keyboard> keyboard layoout > your country
it worked for me (i've not englisk keyboard, i wrote rqsberry !)
-
- Posts: 2
- Joined: Tue Dec 20, 2016 11:45 am
Re: jessie password
i bought the raspberry as used one. on a new sd card installed rasbian and connected to my laptop with ethernet cable. connected to pi with putty.
then it asked for "login as:" (entered) pi
pi@ 169.254.xxx.xxx's password: (entered) raspberry
Access denied
tried raspberrypi as well, but its not working.
is the username password bound to OS or the device memory (like EEPROM)?
(i feel its bound to OS), but reformating (low level format, then FAT32) and re-writing rasbian didn't work either
help me I'm going nuts over this.
PS: access to a hdmi monitor is kinda difficult, so gotta use only putty
then it asked for "login as:" (entered) pi
pi@ 169.254.xxx.xxx's password: (entered) raspberry
Access denied
tried raspberrypi as well, but its not working.
is the username password bound to OS or the device memory (like EEPROM)?
(i feel its bound to OS), but reformating (low level format, then FAT32) and re-writing rasbian didn't work either
help me I'm going nuts over this.
PS: access to a hdmi monitor is kinda difficult, so gotta use only putty
Re: jessie password
Hi, in the lastest raspbian image, the SSH is disabled by default:
https://www.raspberrypi.org/blog/a-secu ... ian-pixel/
https://www.raspberrypi.org/blog/a-secu ... ian-pixel/
bulletprasath wrote:i bought the raspberry as used one. on a new sd card installed rasbian and connected to my laptop with ethernet cable. connected to pi with putty.
then it asked for "login as:" (entered) pi
pi@ 169.254.xxx.xxx's password: (entered) raspberry
Access denied
tried raspberrypi as well, but its not working.
is the username password bound to OS or the device memory (like EEPROM)?
(i feel its bound to OS), but reformating (low level format, then FAT32) and re-writing rasbian didn't work either
help me I'm going nuts over this.
PS: access to a hdmi monitor is kinda difficult, so gotta use only putty
-
- Posts: 1009
- Joined: Mon Oct 31, 2016 10:05 am
Re: jessie password
How can that possibly be relevant to anything?kamik95 wrote:Hi, in the lastest raspbian image, the SSH is disabled by default:
https://www.raspberrypi.org/blog/a-secu ... ian-pixel/
OP says he was prompted for password - if SSH server were not running, you would not get prompted for password.
Edit: OP says he is using Putty - but doesn't state which OS he is using it on (from). It may well be that under certain circumstances, using certain versions of Putty on certain OSes, it would prompt you even if the target machine isn't running the SSH server.
My experience is to the contrary - usually if the server isn't running, I never get to a password prompt.
If this post appears in the wrong forums category, my apologies.