Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add ssh forwarding to tild yp step and correct undeploy command indoc #334

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

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

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.

None yet

2 participants