Expected Output from https://gravitational.com/teleport/docs/user-manual/#copying-files
usage: tsh scp [<flags>] <from, to>...
Secure file copy
Flags:
-l, --login Remote host login
--proxy SSH proxy address
--user SSH proxy user [admin]
--ttl Minutes to live for a SSH session
-i, --identity Identity file
--cert-format SSH certificate format
--insecure Do not verify server’s certificate and host name. Use only in test environments
--auth Specify the type of authentication connector to use.
--skip-version-check Skip version checking between server and client.
-d, --debug Verbose logging to stdout
+ -J, --jumphost SSH jumphost
--cluster Specify the cluster to connect
+ -r, --recursive Recursive copy of subdirectories
+ -P, --port Port to connect to on the remote host
+ -q, --quiet Quiet mode
Args:
<from, to> Source and destination to copy
Aliases:
Actual Output:
usage: tsh play [<flags>] <session-id>
Replay the recorded SSH session
Flags:
-l, --login Remote host login
--proxy SSH proxy address
--user SSH proxy user [heather]
--ttl Minutes to live for a SSH session
-i, --identity Identity file
--cert-format SSH certificate format
--insecure Do not verify server's certificate and host name. Use only in test environments
--auth Specify the type of authentication connector to use.
--skip-version-check Skip version checking between server and client.
-d, --debug Verbose logging to stdout
--cluster Specify the cluster to connect
Args:
<session-id> ID of the session to play
Aliases:
Expected Output from https://gravitational.com/teleport/docs/user-manual/#copying-files
usage: tsh scp [<flags>] <from, to>... Secure file copy Flags: -l, --login Remote host login --proxy SSH proxy address --user SSH proxy user [admin] --ttl Minutes to live for a SSH session -i, --identity Identity file --cert-format SSH certificate format --insecure Do not verify server’s certificate and host name. Use only in test environments --auth Specify the type of authentication connector to use. --skip-version-check Skip version checking between server and client. -d, --debug Verbose logging to stdout + -J, --jumphost SSH jumphost --cluster Specify the cluster to connect + -r, --recursive Recursive copy of subdirectories + -P, --port Port to connect to on the remote host + -q, --quiet Quiet mode Args: <from, to> Source and destination to copy Aliases:Actual Output: