SSH is not enabled by default in the latest image
See original GitHub issueDescribe the bug SSH is not enabled by default in the latest image (released on 13 Dec) which causes some issues in testing.
To Reproduce Steps to reproduce the behavior:
- Mount the image
- Wait for “SUSI.AI” hotspot to appear and connect to it.
- Try to ssh via the commands
ssh pi@raspberrypi.local or ssh pi@10.0.0.1
- See error
Expected behavior To fix this issue
Additional context I’d like to fix this.
Issue Analytics
- State:
- Created 5 years ago
- Comments:8 (8 by maintainers)
Top Results From Across the Web
SSH enabled by default - Raspberry Pi Forums
Is it somehow possible to enable ssh without using a keyboard on the newest image? Maybe there is some way of running older...
Read more >Newly added ssh option does not seem to work on up #9338
Changed the compose file to include the new ssh entry ( ssh: ["default"] ); Clean my docker repo of any images/containers; Bring my...
Read more >raspbian - SSH not working with fresh install
First, from now on SSH will be disabled by default on our images. SSH (Secure SHell) is a networking protocol which allows you...
Read more >How to Enable and Use SSH on Raspberry Pi 4 (Raspberry Pi ...
On Raspberry Pi OS, ssh is disabled by default, so you'll have to find a way to enable ssh + find the IP...
Read more >How to enable SSH inside Docker container - Edureka
Hi Guys,. By default SSH is not working inside docker container. But I want to enable SSH inside docker so that jenkins server...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@stealthanthrax It won’t be disabled again. Your approach of “enable with systemctl” is easier to implement. Let’s go with it.
Fixed here https://github.com/fossasia/susi_linux/pull/437