[Git-commits] [grml/grml-live] 2672fc: Announce SSH service with Avahi
Chris Hofstaedtler
noreply at github.com
Wed May 14 17:21:13 CEST 2025
Branch: refs/heads/master
Home: https://github.com/grml/grml-live
Commit: 2672fc4f82f7391b0d8d75ff38548e9c4ca2e06f
https://github.com/grml/grml-live/commit/2672fc4f82f7391b0d8d75ff38548e9c4ca2e06f
Author: Darshaka Pathirana <dpat at syn-net.org>
Date: 2025-05-14 (Wed, 14 May 2025)
Changed paths:
M config/files/GRMLBASE/etc/systemd/system-preset/10-grml.preset
A config/files/GRMLBASE/etc/systemd/system/avahi-ssh.service
A config/files/GRML_FULL/etc/systemd/system/avahi-daemon.service.d/override.conf
Log Message:
-----------
Announce SSH service with Avahi
We want to announce the SSH service with Avahi.
The avahi-daemon is shipped in GRML_FULL but needs to be enabled.
Grml boots into the grml-boot.target but avahi-daemon starts in
multi-user.target by default, we need to override that.
Also, an Avahi ssh service configuration file needs to be deployed.
The avahi-ssh.service deploys the SSH service config for Avahi when the
SSH service is started. The service avahi-ssh.service needs to be
enabled too.
To discover the SSH service in the local network the following command
can be used:
avahi-browse -d local _ssh._tcp --resolve -t
Issue: grml/grml-live#73
Commit: 98fc5189ebd236f4d5449e5b56e2805a324ce1d5
https://github.com/grml/grml-live/commit/98fc5189ebd236f4d5449e5b56e2805a324ce1d5
Author: Chris Hofstaedtler <zeha at users.noreply.github.com>
Date: 2025-05-14 (Wed, 14 May 2025)
Changed paths:
M config/files/GRMLBASE/etc/systemd/system-preset/10-grml.preset
A config/files/GRMLBASE/etc/systemd/system/avahi-ssh.service
A config/files/GRML_FULL/etc/systemd/system/avahi-daemon.service.d/override.conf
Log Message:
-----------
Merge pull request #327 from grml/jkirk/avahi-ssh
Announce SSH service with Avahi
Compare: https://github.com/grml/grml-live/compare/744bc841e83c...98fc5189ebd2
To unsubscribe from these emails, change your notification settings at https://github.com/grml/grml-live/settings/notifications
More information about the Git-commits
mailing list