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

Accessing apps ssh port #20056

Open
RobertBlumen opened this issue Dec 6, 2024 · 1 comment
Open

Accessing apps ssh port #20056

RobertBlumen opened this issue Dec 6, 2024 · 1 comment
Labels
kind/support Categorizes issue or PR as a support question.

Comments

@RobertBlumen
Copy link

RobertBlumen commented Dec 6, 2024

In the document docs/handbook/accessing, the following instructions are found:

Check ssh tunnel in another terminal
$ ps -ef | grep [email protected]
ssh -o UserKnownHostsFile=/dev/null -o StrictHostKeyChecking=no -N [email protected] -p 55972 -i /Users/FOO/.minikube/machines/minikube/id_rsa -L TUNNEL_PORT:CLUSTER_IP:TARGET_PORT

After reading the document, it is not clear to me why port is 55972 is used for ssh. I do not see any reference to that port elsewhere in the same document. Can the document be updated to provide an explanation for why this port is used and not port 22?

When I tried this on my machine running Ubuntu 24 LTS, it did not work. There is no process listening on that port. It did work when I used port 22 as the ssh port.

@kundan2707
Copy link
Contributor

/kind support

@k8s-ci-robot k8s-ci-robot added the kind/support Categorizes issue or PR as a support question. label Dec 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/support Categorizes issue or PR as a support question.
Projects
None yet
Development

No branches or pull requests

3 participants