Skip to content

Conversation

@outscale-hmi
Copy link
Contributor

No description provided.

We need SSH forwarding in Tilt to securely relay authentication credentials from your local machine to containers running in the Kubernetes cluster managed by Tilt.
This enables you to access remote resources that require SSH authentication

Run on your local terminal :

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Because it's not the only way to do ssh forwarding, I would say something like:
A way to enable SSH forwarding in a single line is to do so:

ssh -f -N -i <private_key_file> <username>@<remote_host> -L <local_port>:<destination_host>:<destination_port>

Also please use the ```sh markdown for this.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Copy link
Contributor

@outscale-rce outscale-rce left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Commit 3817bf0 is not signed

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To correct the sentence for accuracy and clarity:
"This enables access to remote resources requiring SSH authentication."

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants