Forum Replies Created
-
AuthorPosts
-
Just tried that:
(fabric) C:\Users\ilija>pip install fabrictestbed==1.0.3
ERROR: Could not find a version that satisfies the requirement fabrictestbed==1.0.3 (from versions: 0.1, 0.2, 0.3
, 0.9, 0.10, 1.0b12, 1.0b13, 1.0b14, 1.0b15, 1.0rc1, 1.0rc2, 1.0)
ERROR: No matching distribution found for fabrictestbed==1.0.3Hi Paul, Ilya,
thanks for the explanation. Great to see this will get streamlined.
Best,
Ilija
OK. I finally understood. Not because of this answer but because FengPing dropped by to help me.
For others that might run into this issue here my explanation what happens:
All operations except actually logging into your sliver node, don’t need any keys or actual username.
Jupyter comes with .ssh/ directory with id_rsa and id_rsa.pub and these are recreated on restart. These are NOT the keys we users gave in order to get access but keys we are given to us by the system. You would have expected that these keys are available for you to download from the profile page. The way it is done now, even if you want to use a notebook from your laptop, you would still need to log into Fabric provided jupyter notebook just to download these two files.
Opposite from what I expected bastion_key_filename = os.environ[‘HOME’] + “/.ssh/id_rsa_fabric” in the Hello Fabric, is actually the place where you uploaded your own private key.
hi, yes this is a windows laptop.
-
AuthorPosts