Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature : Find Raspberry Pi SSH without knowing the IP #655

Closed
mats-nk opened this issue Oct 11, 2023 · 4 comments
Closed

Feature : Find Raspberry Pi SSH without knowing the IP #655

mats-nk opened this issue Oct 11, 2023 · 4 comments

Comments

@mats-nk
Copy link

mats-nk commented Oct 11, 2023

Today do the rpi-imager configuring mDNS/Avahi as a workstation and that is god, but I would like to take it a bit further.

When SSH is checked it would be an enhancement if it also announced via Avahi that there is a SSH service:

This is quite simple, just add a new file, ex.: /etc/avahi/services/ssh.service With the content:

This would enable developers of ssh clients to "discover" SSH servers on the local network and isn't this in the spirit of "Zero network configuration"?

<service-group>
  <name replace-wildcards="yes">SSH server on %h</name>

  <service>
    <type>_ssh._tcp</type>
    <port>22</port>
  </service>
</service-group>
@lurch
Copy link
Contributor

lurch commented Oct 11, 2023

I think this sounds like a feature of the OS, rather than of the Imager application? ping @XECDesign if he wants to move this to a more suitable repo.

And see also the recently-enhanced documentation at https://www.raspberrypi.com/documentation/computers/remote-access.html#ip-address

@mats-nk
Copy link
Author

mats-nk commented Oct 12, 2023

Thx for your reply @lurch.
Where do the OS pick up that the ssh checkbox has been checked in imager?
And how do I ping someone, is it by @XECDesign ?

And I agree this is a feature of the OS.

@XECDesign
Copy link

It should be opened here: https://github.com/RPi-Distro/repo/issues

Won't be able to take a look at adding this feature any time soon though.

@tdewey-rpi
Copy link
Collaborator

Thanks for the report, @mats-nk. As you've been redirected to the correct project, I'm going to close this issue. If you feel that we've got something directly related to fix in the imager, please leave another comment and I'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants