From c9da49ee55a020df14cbcfcd10853c9f5d6e433f Mon Sep 17 00:00:00 2001 From: Elara Date: Tue, 13 Aug 2024 00:56:09 +0000 Subject: [PATCH] Update Backends --- Backends.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Backends.md b/Backends.md index 127f633..510c091 100644 --- a/Backends.md +++ b/Backends.md @@ -132,7 +132,7 @@ The Proxy backend allows SSH connections to be proxied to another server. ### Settings - **host** (string): The target server's address in the format `addr:port`. If this is set, it will override **hosts**. -- **hosts** (optional, array of strings): An array of target server addresses in the format `addr:port`. The `addr` portion can accept globs to match with the client-supplied seashell argument. +- **hosts** ([]string): An array of target server addresses in the format `addr:port`. The `addr` portion can accept globs to match with the client-supplied seashell argument. - **user** (optional, string): The user to connect as on the proxy server. If this is not set, **user_map** will be used to determine the right user, or the seashell username will be used if the user doesn't exist in the map. - **privkey** (optional, string): The path to the private key for authentication. If this is not provided, users will be asked for the target server's password when they attempt to connect. - **user_map** (optional, map[string]string): A map from seashell usernames to target server usernames.