Skip to content

🐛 Incorrect instructions on the Python section in Tech Setup  #185

@ChristinaLast

Description

@ChristinaLast

In the Python section we use an ssh tunnel to connect to jupyter lab on the training VM. This command:

$ ssh localhost:{YYYY}:localhost:{XXXX} andrewid@training.dssg.io

actually requires the following flags:

 $ ssh -i ~/.ssh/id_rsa -N -L localhost:{YYYY}:localhost:{XXXX} andrewid@training.dssg.io

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions