-
Notifications
You must be signed in to change notification settings - Fork 261
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
Comments
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 |
Thx for your reply @lurch. And I agree this is a feature of the OS. |
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. |
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. |
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"?
The text was updated successfully, but these errors were encountered: