- This topic has 2 replies, 2 voices, and was last updated 1 day, 18 hours ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC General Questions and Discussion › Unable to SSH into my Nodes
Hello,
I am facing a problem when I SSH to all nodes in my slice.
ID | 214f735b-7760-4efd-88c5-93c3c739836f |
Name | P4DPDK_HH20 |
Lease Expiration (UTC) | 2025-04-12 19:03:34 +0000 |
Lease Start (UTC) | 2025-01-19 20:03:34 +0000 |
Project ID | 8eaa3ec2-65e7-49a3-8c09-e1761141a6ad |
State | StableOK |
error message when I SSH:
Warning: Permanently added ‘bastion.fabric-testbed.net’ (ED25519) to the list of known hosts.
choueiri_0000118746@bastion.fabric-testbed.net: Permission denied (publickey,gssapi-keyex,gssapi-with-mic).
kex_exchange_identification: Connection closed by remote host
Connection closed by UNKNOWN port 65535
error message when I run commands through jupyter:
AuthenticationException: Authentication failed.
Hi Samia,
I verified all the VMs in your slice are accessible via SSH. The error you are noticing is probably because of expired bastion keys. Could you please try to re-execute the notebook: jupyter-examples-rel1.8.1/configure_and_validate/configure_and_validate.ipynb
?
This shall renew your bastion keys. If you are doing SSH from your laptop, please download the renewed bastion keys from /home/fabrirc/work/fabric_config
directory after executing the notebook above to replace the keys in .ssh
directory.
Please let me know if you run into any issues or have questions.
Thanks,
Komal
Thank you Komal, I am using the jupyter hub for now and it works.