- This topic has 1 reply, 2 voices, and was last updated 1 year, 2 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
Home › Forums › FABRIC Educators › Hello Fabric Step 6
Hello,
I am working on the very first experiment when working with JupyterHub the Hello Fabric. I have done steps 1-5 and are all running correctly but when I get to step 6 I get an error, can you help me? I know the error says that this file is not found.
'/home/fabric/work/fabric_config/BastionKey1Pub.pub' I understand why it is an error becuase the BastionKey1Pub.pub is not the file I am using anymore. I restarted the Hello Fabric assignment with a different Bastion Key called Bastion2 and the file is called Bastion2Pub.pub that I have uploaded to the fabric_config folder already. How do I edit it to where it is searching for 'home/fabric/work/fabric_config/Bastion2Pub.pub'
Please in the future direct your questions to your class instructor.
First cell of the notebook:
# your bastion login can be found in your profile page. Remember to omit the < and > when pasting into this export FABRIC_BASTION_USERNAME='<YOUR_BASTION_USERNAME>' # the ID of your chosen project. You can change this value any time you change the project. Remember to omit < and > export FABRIC_PROJECT_ID='<YOUR_PROJECT_ID>' # check the file name under which you uploaded your bastion private key file into and change this variable from fabric_bastion_key_file_name to its actual name export FABRIC_BASTION_PRIVATE_KEY_LOCATION=${HOME}/work/fabric_config/fabric_bastion_key_file_name