question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

SSH is not enabled by default in the latest image

See original GitHub issue

Describe 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:

  1. Mount the image
  2. Wait for “SUSI.AI” hotspot to appear and connect to it.
  3. Try to ssh via the commands ssh pi@raspberrypi.local or ssh pi@10.0.0.1
  4. See error

Expected behavior To fix this issue

Additional context I’d like to fix this.

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:8 (8 by maintainers)

github_iconTop GitHub Comments

1reaction
hongquancommented, Dec 18, 2018

@stealthanthrax It won’t be disabled again. Your approach of “enable with systemctl” is easier to implement. Let’s go with it.

0reactions
sansyroxcommented, Dec 29, 2018
Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found