|
3 | 3 | # project information |
4 | 4 | project_name: openssh-server |
5 | 5 | project_url: "https://www.openssh.com/" |
6 | | -project_logo: "https://upload.wikimedia.org/wikipedia/en/6/65/OpenSSH_logo.png" |
| 6 | +project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/blob/master/linuxserver.io/img/openssh-server-logo.png" |
7 | 7 | project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) is a sandboxed environment that allows ssh access without giving keys to the entire server.\nGiving 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.\nThe users only have access to the folders mapped and the processes running inside this container." |
8 | 8 | project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" |
9 | 9 | # supported architectures |
@@ -35,6 +35,8 @@ opt_param_env_vars: |
35 | 35 | - {env_var: "USER_PASSWORD_FILE", env_value: "/path/to/file", desc: "Optionally specify a file that contains the password. This setting supersedes the `USER_PASSWORD` option (works with docker secrets)."} |
36 | 36 | - {env_var: "USER_NAME", env_value: "linuxserver.io", desc: "Optionally specify a user name (Default:`linuxserver.io`)"} |
37 | 37 | - {env_var: "LOG_STDOUT", env_value: "", desc: "Set to `true` to log to stdout instead of file."} |
| 38 | +readonly_supported: false |
| 39 | +nonroot_supported: false |
38 | 40 | # application setup block |
39 | 41 | app_setup_block_enabled: true |
40 | 42 | app_setup_block: | |
@@ -116,6 +118,7 @@ init_diagram: | |
116 | 118 | "openssh-server:latest" <- Base Images |
117 | 119 | # changelog |
118 | 120 | changelogs: |
| 121 | + - {date: "12.01.25:", desc: "Rebase to Alpine 3.21."} |
119 | 122 | - {date: "24.11.24:", desc: "Move sshd_config to /config/sshd/sshd_config."} |
120 | 123 | - {date: "31.05.24:", desc: "Rebase to Alpine 3.20."} |
121 | 124 | - {date: "04.05.24:", desc: "Display the SSH host public keys every time the container starts."} |
|
0 commit comments