Moode Forum
How to enable SSH? - Printable Version

+- Moode Forum (https://moodeaudio.org/forum)
+-- Forum: moOde audio player (https://moodeaudio.org/forum/forumdisplay.php?fid=3)
+--- Forum: Support (https://moodeaudio.org/forum/forumdisplay.php?fid=7)
+--- Thread: How to enable SSH? (/showthread.php?tid=351)



How to enable SSH? - ICLlP - 07-25-2018

I've flashed an SD card with 2018-06-27-raspbian-stretch-lite, ready to build mood 4.2.  I now need to contact to the Pi by SSH, but it ain't letting me.  I've read that SSH in disabled by default, but I've not found anything to tell me hoe to enable it.  I must have done this in the past, but my memory fails me.  Any help will be much appreciated.

Cheers,
Ifor


RE: How to enable SSH? - Tim Curtis - 07-25-2018

Hi,

Download Build Recipe 2.5 and see STEP 1. It has instructions for enabling SSH on a fresh Raspbian image via Linux, Mac or Windows clients.
http://moodeaudio.org/downloads/prod/build_recipe_v2.5.zip

-Tim


RE: How to enable SSH? - ICLlP - 07-26-2018

Thanks Tim.

I think I may have messed up again. Does this give you any clues?

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Thu Jul 26 12:37:46 2018 from 192.168.1.68
pi@moode:~ $ Connection to 192.168.1.76 closed by remote host.
Connection to 192.168.1.76 closed.
27-inch-iMac:~ ifor$ ssh 192.168.1.76
ifor@192.168.1.76's password:
Connection closed by 192.168.1.76 port 22
27-inch-iMac:~ ifor$ ssh 192.168.1.76
ifor@192.168.1.76's password:
Permission denied, please try again.
ifor@192.168.1.76's password:
Connection closed by 192.168.1.76 port 22
27-inch-iMac:~ ifor$ ssh 192.168.1.76
ifor@192.168.1.76's password:
Permission denied, please try again.
ifor@192.168.1.76's password:
Permission denied, please try again.


RE: How to enable SSH? - TheOldPresbyope - 07-26-2018

(07-26-2018, 07:24 PM)ICLlP Wrote: Thanks Tim.

I think I may have messed up again.  Does this give you any clues?

Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent
permitted by applicable law.
Last login: Thu Jul 26 12:37:46 2018 from 192.168.1.68
pi@moode:~ $ Connection to 192.168.1.76 closed by remote host.
Connection to 192.168.1.76 closed.
27-inch-iMac:~ ifor$ ssh 192.168.1.76
ifor@192.168.1.76's password:
Connection closed by 192.168.1.76 port 22
27-inch-iMac:~ ifor$ ssh 192.168.1.76
ifor@192.168.1.76's password:
Permission denied, please try again.
ifor@192.168.1.76's password:
Connection closed by 192.168.1.76 port 22
27-inch-iMac:~ ifor$ ssh 192.168.1.76
ifor@192.168.1.76's password:
Permission denied, please try again.
ifor@192.168.1.76's password:
Permission denied, please try again.

@ICLlP

You have to tell your moOde host you want to log in as username "pi". 

Because you haven't specified the username, ssh is trying to log you in using your current username "ifor" and there is not account on the moOde host with that username (unless you created one).

Try 
Code:
ssh pi@192.168.1.76

Regards,
Kent


RE: How to enable SSH? - ICLlP - 07-27-2018

Thanks. I posted a bad example. What you suggest is what I've been doing (most of the time).

27-inch-iMac:~ ifor$ ssh pi@192.168.1.76
pi@192.168.1.76's password:
Permission denied, please try again.


RE: How to enable SSH? - jonners - 07-27-2018

When the build begins the pw is raspberry, and then it changes to moodeaudio.


RE: How to enable SSH? - ICLlP - 07-27-2018

I’ve tried both. I’m wonder8ng whether I accidentally did something that killed the build. I think i’ll start afresh.


RE: How to enable SSH? - ICLlP - 07-30-2018

Success.


RE: How to enable SSH? - yannig - 08-07-2018

(07-25-2018, 04:11 PM)Tim Curtis Wrote: Hi,

Download Build Recipe 2.5 and see STEP 1. It has instructions for enabling SSH on a fresh Raspbian image via Linux, Mac or Windows clients.
http://moodeaudio.org/downloads/prod/bui...e_v2.5.zip

-Tim


Hello Tim
link shows error 404
and I need to ssh my raspberry pi too, (to build moode 4.2)

regards


RE: How to enable SSH? - Tim Curtis - 08-07-2018

I fixed the url in the OP

Try this
http://moodeaudio.org/downloads/prod/build_recipe_v2.5.zip

-Tim