You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-3Lines changed: 8 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@
7
7
[](https://github.com/linuxserver"view the source for all of our repositories.")
8
8
[](https://opencollective.com/linuxserver"please consider helping us by either donating or contributing to our budget")
9
9
10
-
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring :-
10
+
The [LinuxServer.io](https://linuxserver.io) team brings you another container release featuring:
11
11
12
12
* regular and timely application updates
13
13
* easy user mappings (PGID, PUID)
@@ -90,7 +90,7 @@ Compatible with docker-compose v2 schemas.
90
90
91
91
```
92
92
---
93
-
version: "2"
93
+
version: "2.1"
94
94
services:
95
95
openssh-server:
96
96
image: linuxserver/openssh-server
@@ -120,7 +120,7 @@ Container images are configured using parameters passed at runtime (such as thos
120
120
121
121
| Parameter | Function |
122
122
| :----: | --- |
123
-
|`--hostname=openssh-server`| Optionally the hostname can be defined. |
123
+
|`--hostname=`| Optionally the hostname can be defined. |
124
124
|`-p 2222`| ssh port |
125
125
|`-e PUID=1000`| for UserID - see below for explanation |
126
126
|`-e PGID=1000`| for GroupID - see below for explanation |
@@ -196,6 +196,11 @@ Then simply follow the prompts.
196
196
The keys generated by this script are only displayed on your console output, so make sure to save them somewhere after generation.
197
197
198
198
199
+
## Docker Mods
200
+
[](https://mods.linuxserver.io/?mod=openssh-server"view available mods for this container.")
201
+
202
+
We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to enable additional functionality within the containers. The list of Mods available for this image (if any) can be accessed via the dynamic badge above.
0 commit comments