Simon Lees b1c2c86f54 - Update the ssh component
Take the latest update to the ssh component from the maint-27
branch, this contains multiple new fixes and no features as
well as making the backport process easier
  * Multiple fixes for Excessive Resource Consumption
    (bsc#1249469, bsc#1249470 bsc#1249472, CVE-2025-48038,
    CVE-2025-48039, CVE-2025-48040)
  * Other Minor fixes
  * feature-fix-update-ssh-stack.patch
2025-12-19 11:02:50 +10:30
2025-11-04 21:29:13 +10:30
2025-02-17 01:01:02 +00:00
2025-02-17 01:01:02 +00:00
2025-02-17 01:01:02 +00:00
2025-02-17 01:01:02 +00:00
2025-02-17 01:01:02 +00:00
2025-12-19 11:02:50 +10:30
2025-12-19 11:02:50 +10:30
2025-02-17 01:01:02 +00:00
2025-02-17 01:01:02 +00:00
2025-02-17 01:01:02 +00:00
2025-02-17 01:01:02 +00:00
2025-02-17 01:01:02 +00:00
2025-02-17 01:01:02 +00:00

# Erlang in openSUSE
## Erlang Port-mapper Daemon and systemd

Erlang Port-mapper Daemon in openSUSE uses systemd socket-activation. In order to fulfill security considerations, EPMd listens on loop-back interface by default. This is enough to run rabbitmq-server, ejabberd and user-started beam processes.

For clustering, please, use ```/etc/systemd/system/epmd.socket.d/``` to configure interfaces to listen on. See man systemd.unit(5) for details.

### Upgrading from sysvinit
```/etc/sysconfig/erlang``` has no effect now, to configure EPMd use systemd capabilities instead.

### Example 1: change port
Create ```/etc/systemd/system/epmd.socket.d/port.conf``` with following content:
```
[Socket]
ListenStream=
ListenStream=127.0.0.1:4444
```
The first line is to discard vendor configuration. The second line will change the port number to listen on to 4444.

### Example 2: enable external interface
To enable accepting external connections to EPMd, create ```/etc/systemd/system/epmd.socket.d/port.conf``` with following content:
```
[Socket]
ListenStream=
ListenStream=0.0.0.0:4369
```
Description
Erlang v27 for rabbitmq-server
Readme 5.8 GiB
Languages
desktop 100%