What is the problem?
I'm trying to install Klipper (after years using Marlin)
After some housekeeping, first thing to do was to ssh into my Raspberry Pi to run a handful of system commands.
Unfortunately, when I sent the commands (as per following examples) I got bounced back by a "permission denied" reply.
This is the listing from my Mac Terminal:
[to know: "pippo" is an Administrator account that I created in OctoPrint - I can run my printer logging with that account via Octoprint Web UI]
Joe-iMac:~ MyAccount$ ssh pippo@octopi.local
pippo@octopi.local's password: [typed password for account 'pippo' here]
Permission denied, please try again.
pippo@octopi.local's password: [typed password for account 'pippo' here]
Permission denied, please try again.
pippo@octopi.local's password: [typed password for account 'pippo' here]
pippo@octopi.local: Permission denied (publickey,password).
Joe-iMac:~ MyAccount$
This is the list from my Windows 10 command prompt (btw, ssh client is available in Windows 10 without the need of third party software, such as PuTTY):
C:\Users\JoeCool>ssh octopi.local
The authenticity of host 'octopi.local (xx00::0000:x00x:0000x:00xx%0)' can't be established.
ECDSA key fingerprint is [*** fingerprint was here*** ]
Are you sure you want to continue connecting (yes/no)? yes
Warning: Permanently added 'octopi.local,xx00::0000:x00x:0000x:00xx%0' (ECDSA) to the list of known hosts.
pippo@octopi.local's password: [typed password for account 'pippo' here]
Permission denied, please try again.
pippo@octopi.local's password: [typed password for account 'pippo' here]
Permission denied, please try again.
pippo@octopi.local's password: [typed password for account 'pippo' here]
pippo@octopi.local: Permission denied (publickey,password).
C:\Users\JoeCool>
To note: when I first tried the SSH on my mac, I got a similar "the autenticity... can't be established etc. etc.
Lounching OctoPrint in safe mode does not change the situation.
Logs
octoprint.log (16.3 KB)
serial.log (198 Bytes)
Additional information about my setup
OctoPrint 1.4.0
OctoPi 0.15.1
Printer: Anet A8
Firmware: Marlin 2.0.5.3
Operating systems: macOS Catalina Ver.10.15.4
(made an attempt also from Windows 10)
I am banging my head against a brick wall trying to find a solution.
Thank you so much for relieving my stress !