1. Ilija Vukotic

Ilija Vukotic

Forum Replies Created

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • in reply to: API versions #1033
    Ilija Vukotic
    Participant

      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.3

      in reply to: Username #1032
      Ilija Vukotic
      Participant

        Hi Paul, Ilya,

        thanks for the explanation. Great to see this will get streamlined.

        Best,

        Ilija

         

         

        in reply to: What is it for and where can I find id_rsa_fabric? #1031
        Ilija Vukotic
        Participant

          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.

           

          in reply to: Trying to write in AppData fail #1013
          Ilija Vukotic
          Participant

            hi, yes this is a windows laptop.

          Viewing 4 posts - 1 through 4 (of 4 total)