![]() |
Can,t log into ssh via putty help needed - Printable Version +- Moode Forum (https://moodeaudio.org/forum) +-- Forum: Community (https://moodeaudio.org/forum/forumdisplay.php?fid=18) +--- Forum: General Discussion (https://moodeaudio.org/forum/forumdisplay.php?fid=21) +--- Thread: Can,t log into ssh via putty help needed (/showthread.php?tid=6225) |
Can,t log into ssh via putty help needed - avior - 02-13-2024 I cant,t seem to log into SSH via putty in the new build "moode-r837-arm64-lite" i have the ip address and all works thought pc web but when i put the same ip in putty it just hangs I can log in via Web SSH but not the putty app am I missing something Thanks RE: Can,t log into ssh via putty help needed - TheOldPresbyope - 02-13-2024 (02-13-2024, 08:50 AM)avior Wrote: I cant,t seem to log into SSH via putty in the new build "moode-r837-arm64-lite" I'm guessing you didn't tell the Raspberry Pi Imager to enable SSH and use password authentication before you flashed the memory card. The "WebSSH" label is actually a misnomer. This option uses SSL encryption to communicate between the WebUI in a browser using port 443 and a terminal process in moOde. It does not invoke SSH. That's why you can access moOde via the WebSSH but not via putty using port 22. To confirm my hypothesis, try this from the command line once you've logged into moOde via the WebSSH terminal. Code: systemctl status sshd If the sshd service is enabled and running, you'll see something like this Code: pi@Sunroom:~ $ systemctl status sshd What did you get on your player? What we do next depends on it. Regards, Kent RE: Can,t log into ssh via putty help needed - avior - 02-13-2024 (02-13-2024, 03:46 PM)TheOldPresbyope Wrote:many thanks for your reply it seem that i did,nt enable SSH in Raspberry Pi Imager dam rookie mistake lol(02-13-2024, 08:50 AM)avior Wrote: I cant,t seem to log into SSH via putty in the new build "moode-r837-arm64-lite" RE: Can,t log into ssh via putty help needed - TheOldPresbyope - 02-13-2024 @avior Nah, just another learning experience ![]() Regards, Kent |