Update Backends

Elara 2024-08-13 00:56:09 +00:00
parent 1ab8e1f1cd
commit c9da49ee55

@ -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.