wer shell
Open an SSH shell to a running workstation.
Usage
wer shell <name> Description
The shell command establishes an SSH connection to the specified
workstation and opens an interactive shell session. The workstation must be in a
running state. werkr uses the SSH key associated with the workstation to authenticate.
Arguments
| Argument | Description |
|---|---|
name | The name of the workstation to connect to |
Examples
# Open a shell to a workstation
wer shell my-dev
# Connect to a different workstation
wer shell staging-box