Tmate-ssh-server
- Canonical IS DevOps
Channel | Revision | Published | Runs on |
---|---|---|---|
latest/stable | 4 | 13 Feb 2024 | |
latest/edge | 6 | 27 Sep 2024 |
juju deploy tmate-ssh-server
Deploy universal operators easily with Juju, the Universal Operator Lifecycle Manager.
Platform:
22.04
How to get server config
Get server config
To retrieve the server configuration for tmate client (contents of .tmate.conf
), run the
following action.
juju run tmate-ssh-server/0 get-server-config
The output should look similar to the contents below:
Running operation 1 with 1 task
- task 1 on unit-tmate-ssh-server-0
Waiting for task 1...
tmate-config: |2
set -g tmate-server-host <unit-ip>
set -g tmate-server-port 10022
set -g tmate-server-rsa-fingerprint <rsa-fingerprint>
set -g tmate-server-ed25519-fingerprint <ed25519-fingerprint>
You can use the output above as the tmate configuration file (.tmate.conf
) contents on a tmate
client machine.