Skip to content

Commit 716a923

Browse files
Bot Updating Documentation
1 parent 0bbcd66 commit 716a923

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

docs/images/docker-openssh-server.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ title: openssh-server
2020
Giving ssh access via private key often means giving full access to the server. This container creates a limited and sandboxed environment that others can ssh into.
2121
The users only have access to the folders mapped and the processes running inside this container.
2222

23-
[![openssh-server](https://upload.wikimedia.org/wikipedia/en/6/65/OpenSSH_logo.png)](https://www.openssh.com/)
23+
[![openssh-server](https://raw.githubusercontent.com/linuxserver/docker-templates/blob/master/linuxserver.io/img/openssh-server-logo.png)](https://www.openssh.com/)
2424

2525
## Supported Architectures
2626

@@ -354,23 +354,19 @@ To help with development, we generate this dependency graph.
354354
init-migrations -> init-adduser
355355
init-os-end -> init-config
356356
init-config -> init-config-end
357+
init-crontab-config -> init-config-end
357358
init-openssh-server-config -> init-config-end
358-
init-os-end -> init-crontab-config
359+
init-config -> init-crontab-config
359360
init-mods-end -> init-custom-files
360361
base -> init-envfile
361362
base -> init-migrations
362-
base -> init-mods
363363
init-config-end -> init-mods
364-
init-mods -> init-mods-end
365364
init-mods-package-install -> init-mods-end
366365
init-mods -> init-mods-package-install
367366
init-config -> init-openssh-server-config
368-
base -> init-os-end
369367
init-adduser -> init-os-end
370368
init-envfile -> init-os-end
371-
init-migrations -> init-os-end
372369
init-custom-files -> init-services
373-
init-mods-end -> init-services
374370
init-openssh-server-config -> log-openssh-server
375371
init-services -> log-openssh-server
376372
init-services -> svc-cron
@@ -379,13 +375,14 @@ To help with development, we generate this dependency graph.
379375
svc-openssh-server -> legacy-services
380376
}
381377
Base Images: {
382-
"baseimage-alpine:3.20"
378+
"baseimage-alpine:3.21"
383379
}
384380
"openssh-server:latest" <- Base Images
385381
```
386382

387383
## Versions
388384

385+
* **12.01.25:** - Rebase to Alpine 3.21.
389386
* **24.11.24:** - Move sshd_config to /config/sshd/sshd_config.
390387
* **31.05.24:** - Rebase to Alpine 3.20.
391388
* **04.05.24:** - Display the SSH host public keys every time the container starts.

0 commit comments

Comments
 (0)