Login
login
Create an SSH connection with the given clusters, reusing existing connections when possible.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
clusters
|
list[str]
|
List of cluster hostnames to connect to. If empty, will attempt to connect to all clusters in the config that we don't already have an active connection to. |
required |
Returns:
| Type | Description |
|---|---|
list[Remote]
|
A list of |