All apps · 0 apps
openssh-server
Docker app from djismgaming's Repository
Overview
Install openssh-server on Unraid in a few clicks.
Find openssh-server in Community Apps on your Unraid server, review the template, and click Install. Unraid handles the Docker app or plugin setup from the published template.
Categories
Download Statistics
Total Downloads Over Time
Related apps
Explore more like this
Explore allLinks
Details
linuxserver/openssh-serverRuntime arguments
- Network
bridge- Shell
bash- Privileged
- false
Template configuration
- Target
- 2222
- Default
- 2222
- Value
- 2222
- Default
- 99
- Value
- 99
- Default
- 100
- Value
- 100
Optional ssh public key, which will automatically be added to authorized_keys.
- Target
- PUBLIC_KEY
Optionally specify a file containing the public key (works with docker secrets).
- Target
- PUBLIC_KEY_FILE
Optionally specify a user name (Default:linuxserver.io)
- Target
- USER_NAME
- Value
- admin
Set to true to allow USER_NAME, the ssh user, sudo access. Without USER_PASSWORD set, this will allow passwordless sudo access.
- Target
- SUDO_ACCESS
- Default
- true|false
- Value
- true
Set to true to allow user/password ssh access. You will want to set USER_PASSWORD or USER_PASSWORD_FILE as well.
- Target
- PASSWORD_ACCESS
- Default
- true|false
- Value
- false
Optionally set a sudo password for USER_NAME, the ssh user. If this or USER_PASSWORD_FILE are not set but SUDO_ACCESS is set to true, the user will have passwordless sudo access.
- Target
- USER_PASSWORD
Optionally specify a file that contains the password. This setting supersedes the USER_PASSWORD option (works with docker secrets).
- Target
- USER_PASSWORD_FILE
Container Path: /config
- Target
- /config
- Default
- /mnt/user/appdata/openssh-server
- Value
- /mnt/user/appdata/openssh-server