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
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ The server image supports the following environment variables:
21
21
|`SERVER_ED25519_PRIVATE_KEY_FILE` <br> _required_| Path to the server's host private key (ed25519). The client needs to have the corresponding public key in `known_hosts`. |
22
22
|`SERVER_ED25519_PRIVATE_KEY_BASE64`| Alternative to `SERVER_ED25519_PRIVATE_KEY_FILE` (base64-encoded value). |
23
23
|`SERVER_ED25519_PUBLIC_KEY`| The server's host public key (ed25519). |
24
-
|`CLIENT_AUTHORIZED_KEYS` <br> _required_| The client public keys authorized to connect. The keys should be separated by semicolons (`;`). |
24
+
|`CLIENT_AUTHORIZED_KEYS` <br> _required_| The client public keys authorized to connect. The keys should be separated by commas (`,`).|
0 commit comments