How to ssh from jump host to K8S control plane node

Hi,
I am working on a task related to volumes in KodeKloud engineer.
I need to transfer a file from the jump host to the container.

For this I need to first transfer the file from the jump host to the control plane node.

In KKE, how to we successfully ssh into the control plane node from the jump host?

I tried the below, but no luck

thor@jump_host ~$ kubectl get nodes -o wide
NAME STATUS ROLES AGE VERSION INTERNAL-IP EXTERNAL-IP OS-IMAGE KERNEL-VERSION CONTAINER-RUNTIME
kodekloud-control-plane Ready control-plane 52m v1.27.3-44+b5c876a05b7bbd 172.17.0.2 Ubuntu Mantic Minotaur (development branch) 5.4.0-1106-gcp containerd://1.7.1-2-g8f682ed69

thor@jump_host ~$ ssh kodekloud-control-plane
ssh: connect to host kodekloud-control-plane port 22: Connection refused

thor@jump_host ~$ ssh 172.17.0.2

Hi @adityasamant.learnin,

What is the task name?

Regards,

Kubernetes Level 1 - Task 14

Please ignore, as I managed to solve the task by mounting the file as a configmap.