07-26-2018, 10:03 PM
(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